News

When writing a Java application which relies heavily on a JSON API, it’s almost always necessary to deserialize the JSON data into native Java classes. The process goes something like this: ...