Uses of Package
com.google.gson.internal.bind
-
Packages that use com.google.gson.internal.bind Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.<Unnamed> <Unnamed> -
Classes in com.google.gson.internal.bind used by com.google.gson Class Description JsonAdapterAnnotationTypeAdapterFactory Given a type T, looks for the annotationJsonAdapter
and uses an instance of the specified class as the default type adapter.SerializationDelegatingTypeAdapter Type adapter which might delegate serialization to another adapter. -
Classes in com.google.gson.internal.bind used by <Unnamed> Class Description DefaultDateTypeAdapter This type adapter supports subclasses of date by defining aDefaultDateTypeAdapter.DateType
and then using itscreateAdapterFactory
methods.DefaultDateTypeAdapter.DateType JsonAdapterAnnotationTypeAdapterFactory Given a type T, looks for the annotationJsonAdapter
and uses an instance of the specified class as the default type adapter.ReflectiveTypeAdapterFactory.Adapter Base class for Adapters produced by this factory.ReflectiveTypeAdapterFactory.BoundField SerializationDelegatingTypeAdapter Type adapter which might delegate serialization to another adapter.TreeTypeAdapter.GsonContextImpl -
Classes in com.google.gson.internal.bind used by <Unnamed> Class Description DefaultDateTypeAdapter.DateType