- java.lang.Object
-
- com.appslandia.common.utils.JavaSerUtils
-
-
Constructor Summary
Constructors Constructor Description JavaSerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tdeserialize(byte[] ser)static byte[]serialize(Object obj)
-
-
-
Method Detail
-
serialize
public static byte[] serialize(Object obj) throws IOException
- Throws:
IOException
-
deserialize
public static <T> T deserialize(byte[] ser) throws IOException, ClassCastException, ClassNotFoundException
-
-