public class JsonValueSerializer<T> extends Object implements storm.trident.state.Serializer<T>
JsonValueSerializer()
T
deserialize(byte[] bytes)
byte[]
serialize(T obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonValueSerializer()
public byte[] serialize(T obj)
serialize
storm.trident.state.Serializer<T>
public T deserialize(byte[] bytes)
deserialize
Copyright © 2013. All rights reserved.