org.codehaus.activemq.util
Class SerializationHelper

java.lang.Object
  extended byorg.codehaus.activemq.util.SerializationHelper

public class SerializationHelper
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
SerializationHelper()
           
 
Method Summary
static Object deserialize(byte[] data)
           
static byte[] serialize(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationHelper

public SerializationHelper()
Method Detail

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-2005 Protique, Ltd.. All Rights Reserved.