public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(String content)
Deserialzes the content to the object T.
|
String |
serialize(Object object)
Serializes the object into an String format.
|
String serialize(Object object)
object - to be serialized.String.<T> T deserialize(String content)
T - the type of the object.content - serialized content.Copyright © 2020 MuleSoft, Inc.. All rights reserved.