Java – JSON serialization

JavaIn this article I’d like to present:

  • Example of Object serialization into JSON string
  • Deserialization of JSON string to the Object

Continue reading