Interface GsonParser<T>

Type Parameters:
T - the POJO type
All Known Implementing Classes:
BasicParser, ListParser, MapParser

public interface GsonParser<T>
Defines a parser that deserializes a JSON-formatted source input stream to the defined POJO type.