public class Serializer extends Object
| Constructor and Description |
|---|
Serializer()
Serializer Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String content,
Class clazz)
deserializes data into the given type.
|
String |
serialize(Object object)
serializes data in the appropriate format.
|
Copyright © 2020 Transchain. All rights reserved.