Package com.google.gson.internal.bind
package com.google.gson.internal.bind
-
ClassesClassDescriptionAdapt an array of objects.Adapt a homogeneous collection of objects.Adapter for Date.DefaultDateTypeAdapter<T extends Date>This type adapter supports subclasses of date by defining a
DefaultDateTypeAdapter.DateType
and then using itscreateAdapterFactory
methods.DefaultDateTypeAdapter.DateType<T extends Date>Given a type T, looks for the annotationJsonAdapter
and uses an instance of the specified class as the default type adapter.This reader walks the elements of a JsonElement as if it was coming from a character stream.This writer creates a JsonElement.Adapts maps to either JSON objects or JSON arrays.Type adapter forNumber
.Adapts types whose static type is only 'Object'.Type adapter that reflects over the fields and methods of a class.Adapts a Gson 1.x tree-style adapter as a streaming TypeAdapter.Type adapters for basic types.TypeAdapters.EnumTypeAdapter<T extends Enum<T>>