Merge pull request #848 from nthcircle/patch-1

Typo in the user guide.
This commit is contained in:
Jake Wharton 2016-05-08 00:00:52 -04:00
commit c101e31c69

View File

@ -307,7 +307,7 @@ You can also find source code for some commonly used classes such as JodaTime at
Sometimes default representation is not what you want. This is often the case when dealing with library classes (DateTime, etc).
Gson allows you to register your own custom serializers and deserializers. This is done by defining two parts:
* Json Serialiers: Need to define custom serialization for an object
* Json Serializers: Need to define custom serialization for an object
* Json Deserializers: Needed to define custom deserialization for a type
* Instance Creators: Not needed if no-args constructor is available or a deserializer is registered