marshalling and de-marshalling java code example
Example: marshalling in java
it is also known as Serialization;
when we MAP a Java object to API JSON
format (CONVERT JAVA OBJECT TO JSON);
on the other hand umharshalling also know as
Deserialization;
API JSON/XML ^ MAP it to Java Object
(JSON TO JAVA OBJECT)