storm.trident.state
Class JSONTransactionalSerializer
java.lang.Object
storm.trident.state.JSONTransactionalSerializer
- All Implemented Interfaces:
- Serializable, Serializer<TransactionalValue>
public class JSONTransactionalSerializer
- extends Object
- implements Serializer<TransactionalValue>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONTransactionalSerializer
public JSONTransactionalSerializer()
serialize
public byte[] serialize(TransactionalValue obj)
- Specified by:
serialize in interface Serializer<TransactionalValue>
deserialize
public TransactionalValue deserialize(byte[] b)
- Specified by:
deserialize in interface Serializer<TransactionalValue>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.