org.apache.oozie.event.messaging
Class JSONMessageSerializer
java.lang.Object
org.apache.oozie.event.messaging.MessageSerializer
org.apache.oozie.event.messaging.JSONMessageSerializer
public class JSONMessageSerializer
- extends MessageSerializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_FORMAT
public static final String MESSAGE_FORMAT
- See Also:
- Constant Field Values
JSONMessageSerializer
public JSONMessageSerializer()
getSerializedObject
public String getSerializedObject(Object object)
- Description copied from class:
MessageSerializer
- Get the serialized string from object
- Specified by:
getSerializedObject
in class MessageSerializer
- Parameters:
object
- the java object
- Returns:
getMessageFormat
public String getMessageFormat()
- Description copied from class:
MessageSerializer
- Get the message format for the serializer
- Specified by:
getMessageFormat
in class MessageSerializer
- Returns:
Copyright © 2013 Apache Software Foundation. All Rights Reserved.