All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.util.gson.IQuerySortAdapterHelper Maven / Gradle / Ivy

The newest version!
package prerna.util.gson;

import java.io.IOException;

import com.google.gson.stream.JsonReader;

import prerna.query.querystruct.selectors.IQuerySort;

public interface IQuerySortAdapterHelper {

	IQuerySort readContent(JsonReader in) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy