Gson Advanced — Custom Instance Creator
In this blog post, we'll look at one more component when it comes to custom deserialization. In the past few blog posts, we've explored how to customize the serialization and deserialization of your data. In both cases we're trying to mitigate differences in the data models between server and client. …
Continue Reading