org.apache.openejb.spi
Class Serializer

java.lang.Object
  extended by org.apache.openejb.spi.Serializer

public class Serializer
extends Object


Constructor Summary
Serializer()
           
 
Method Summary
static Object deserialize(byte[] bytes)
           
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

Serializer

public Serializer()
Method Detail

deserialize

public static Object deserialize(byte[] bytes)
                          throws IOException,
                                 ClassNotFoundException
Throws:
IOException
ClassNotFoundException

serialize

public static byte[] serialize(Object object)
                        throws IOException
Throws:
IOException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.