public interface ObjectSerializer extends Serializer
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(String string)
Deserialize an object from the format that the implementation requires to
Java Object.
|
String |
serialize(Object object)
Serialize an object in the format that the implementation requires.
|
getContentType
Copyright © 2012 ElPaso Software. All Rights Reserved.