org.jpos.util
Class Serializer

java.lang.Object
  extended by org.jpos.util.Serializer

public class Serializer
extends Object


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

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.