All Packages Class Hierarchy This Package Previous Next Index
Interface ORG.opengroup.misc.Serialization
- public interface Serialization
- extends Serializable
An interface for serialization.
Two possibilities are Java's Object Streams and XML.
bytesToObject(byte[])
-
bytesToObject(byte[], ClassLoader)
-
objectToBytes(Object)
-
objectToBytes
public abstract byte[] objectToBytes(Object o) throws IOException
bytesToObject
public abstract Object bytesToObject(byte[] b) throws IOException, ClassNotFoundException, NumberFormatException, Invalid64Exception
bytesToObject
public abstract Object bytesToObject(byte[] b,
ClassLoader cl) throws IOException, ClassNotFoundException, NumberFormatException, Invalid64Exception
All Packages Class Hierarchy This Package Previous Next Index