public class Serialize
extends java.lang.Object
Constructor and Description |
---|
Serialize() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
read(byte[] bytes) |
static java.lang.Object |
readx(byte[] bytes) |
static byte[] |
write(java.lang.Object ret) |
static byte[] |
writex(java.lang.Object ret) |
public static java.lang.Object readx(byte[] bytes) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public static byte[] writex(java.lang.Object ret)
public static java.lang.Object read(byte[] bytes) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public static byte[] write(java.lang.Object ret)