public interface Serializer
byte[] serialize(Object obj) throws CodecException
obj - target objectCodecException<T> T deserialize(byte[] data,
String classOfT)
throws CodecException
data - serialized dataclassOfT - class of original dataCodecExceptionCopyright © 2021. All rights reserved.