org.codehaus.activemq.util
Class SerializationHelper

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

public class SerializationHelper
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
SerializationHelper()
           
 
Method Summary
static java.lang.Object deserialize(byte[] data)
           
static byte[] serialize(java.lang.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(java.lang.Object object)
                        throws java.io.IOException
Throws:
java.io.IOException

deserialize

public static java.lang.Object deserialize(byte[] data)
                                    throws java.io.IOException,
                                           java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2004 Protique, Ltd.. All Rights Reserved.