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
JsonAdapterand 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.DateTypeand then using itscreateAdapterFactorymethods.Given a type T, looks for the annotationJsonAdapterand 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