In this article I’d like to present:
- Example of Object serialization into JSON string
- Deserialization of JSON string to the Object
In this article I’d like to present:
Did you ever wanted to implement simple mapping of database tables to java objects (models) and you wanted to do the whole stuff dynamically? I managed to put some code together which does exactly what you wanted Continue reading