Package com.github.natche.gravatarjavaclient.profile.gson
package com.github.natche.gravatarjavaclient.profile.gson
Classes related to
Gson serialization.
In particular, serialization to ImmutableLists
instead of lists/array lists and custom handling of serialization for
GravatarProfiles.-
ClassDescriptionA collection deserializer for use by
Gsonto deserialize a collection token into anImmutableList.A deserializer for deserializing aGravatarProfilefrom a JSON element.A singleton for providing a common sharedGsoninstance for serialization/deserialization with custom registered type adapters needed by the GravatarJavaClient API.A collection deserializer forGsonto use when deserializing a Collection into anImmutableListfrom Guava.Utility class for constructing parameterized type tokens used in Gson deserialization.