Jackson - Java Object Serialization / Deserialization
Java Objects contains the information which represents the real-world entities. These objects can be represented in other formats like JSON, XML etc. In Java, serialization is the process of converting the Java Objects to JSON, XML, or any other form...
srinivasu.hashnode.dev4 min read