:::: MENU ::::

Monday, August 15, 2016

Well, as web developers, we are always dealing with JSON data which are coming from different sources. Either we are serializing our own entities or it's coming from the external sources like third-party services and so on. If the data is coming from an external source, one common requirement is to always de-serialize it back to the data model to...