-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
<T> T |
deserialize(String source,
Class<T> type)
Deserialize method to obtain required object from string.
|
String |
serialize(Object data)
Serialize method to format object to string representing.
|