public abstract class Binarilizer<T> extends Object implements Serializable
protected Class<T>
type
protected
Binarilizer(Class<T> type)
abstract byte[]
binarilize(T object)
abstract T
debinarilize(byte[] bytes)
Class<T>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Class<T> type
protected Binarilizer(Class<T> type)
public Class<T> getType()
public abstract byte[] binarilize(T object)
public abstract T debinarilize(byte[] bytes)
Copyright © 2016. All rights reserved.