Package de.lema.appender.net
Class ObjectSerializer
- java.lang.Object
-
- de.lema.appender.net.ObjectSerializer
-
public class ObjectSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectdeserialize(byte[] in)static byte[]serializeObject(Object o)
-
-
-
Method Detail
-
deserialize
public static Object deserialize(byte[] in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
serializeObject
public static byte[] serializeObject(Object o) throws IOException
- Throws:
IOException
-
-