From 1bffde09edd228db162fc1f13502fb9654e21d06 Mon Sep 17 00:00:00 2001 From: Nth Circle Date: Sat, 7 May 2016 20:48:54 -0700 Subject: [PATCH] Typo Changed "Serialiers" to "Serializers" --- UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserGuide.md b/UserGuide.md index 964bfe44..dcfa7afa 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -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