| |
|
| java.lang.Object org.objectweb.jonas_ejb.lib.MarshallTool
MarshallTool | public class MarshallTool (Code) | | Contains static methods to marshall/unmarshall objects to/from a byte[]
author: Vincent Trussart (vincent@linuxfreak.com) : Initial developer author: Helene Joanin |
toBytes | public static synchronized byte[] toBytes(Serializable o) throws IOException(Code) | | Converts an instance of java.io.Serializable to a serialized byte array
Parameters: o - Object to serialize byte array containing the serialization of the Serializable object throws: IOException - in error case |
|
|
|