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