Uses of Package
com.google.gson.internal.bind
Packages that use com.google.gson.internal.bind
-
Classes in com.google.gson.internal.bind used by com.google.gsonClassDescriptionGiven a type T, looks for the annotation
JsonAdapter
and uses an instance of the specified class as the default type adapter.Type adapter which might delegate serialization to another adapter. -
Classes in com.google.gson.internal.bind used by com.google.gson.internal.bindClassDescriptionThis type adapter supports subclasses of date by defining a
DefaultDateTypeAdapter.DateType
and then using itscreateAdapterFactory
methods.Given a type T, looks for the annotationJsonAdapter
and uses an instance of the specified class as the default type adapter.Base class for Adapters produced by this factory.Type adapter which might delegate serialization to another adapter. -
Classes in com.google.gson.internal.bind used by com.google.gson.internal.sql