Package com.google.gson.internal.bind

Class Summary
ArrayTypeAdapter<E> Adapt an array of objects.
BigDecimalTypeAdapter Adapts a BigDecimal type to and from its JSON representation.
BigIntegerTypeAdapter Adapts a BigInteger type to and from its JSON representation.
CollectionTypeAdapterFactory Adapt a homogeneous collection of objects.
DateTypeAdapter Adapter for Date.
JsonTreeReader This reader walks the elements of a JsonElement as if it was coming from a character stream.
JsonTreeWriter This writer creates a JsonElement.
MapTypeAdapterFactory Adapts maps to either JSON objects or JSON arrays.
ObjectTypeAdapter Adapts types whose static type is only 'Object'.
ReflectiveTypeAdapterFactory Type adapter that reflects over the fields and methods of a class.
SqlDateTypeAdapter Adapter for java.sql.Date.
TimeTypeAdapter Adapter for Time.
TypeAdapters Type adapters for basic types.