public abstract class MessageSerializer extends Object
| Constructor and Description | 
|---|
MessageSerializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract String | 
getMessageFormat()
Get the message format for the serializer 
 | 
abstract String | 
getSerializedObject(Object object)
Get the serialized string from object 
 | 
public MessageSerializer()
public abstract String getSerializedObject(Object object)
object - the java objectpublic abstract String getMessageFormat()
Copyright © 2016 Apache Software Foundation. All rights reserved.