org.jpos.util
Class Serializer
java.lang.Object
org.jpos.util.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()
serialize
public static byte[] serialize(Object obj)
throws IOException
- Throws:
IOException
deserialize
public static Object deserialize(byte[] b)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 1998-2012 jPOS.org. All Rights Reserved.