public interface DataHandler<T>
Class<?>
getType()
T
parse(byte[] data)
byte[]
serialize(T data)
T parse(byte[] data) throws IOException
IOException
byte[] serialize(T data) throws IOException
Class<?> getType()
Copyright © 2014. All Rights Reserved.