org.codehaus.activemq.util
Class SerializationHelper
java.lang.Object
org.codehaus.activemq.util.SerializationHelper
- public class SerializationHelper
- extends Object
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializationHelper
public SerializationHelper()
serialize
public static byte[] serialize(Object object)
throws IOException
- Throws:
IOException
deserialize
public static Object deserialize(byte[] data)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2004 Protique, Ltd.. All Rights Reserved.