org.apache.openejb.spi
Class Serializer
java.lang.Object
org.apache.openejb.spi.Serializer
public class Serializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Serializer
public Serializer()
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-2011 The Apache OpenEJB development community. All Rights Reserved.