public class XStreamClientSerializer extends Object implements Serializer
| Constructor and Description |
|---|
XStreamClientSerializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(String xml)
Deserialzes the content to the object T.
|
String |
serialize(Object object)
Serializes the object into an String format.
|
public static String NAME
public String serialize(Object object)
Serializerserialize in interface Serializerobject - to be serialized.String.public <T> T deserialize(String xml)
Serializerdeserialize in interface SerializerT - the type of the object.xml - serialized content.Copyright © 2018 MuleSoft, Inc.. All rights reserved.