final class Serializer
extends java.lang.Object
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
toByteArray(java.lang.Object object) |
static <T> T |
toObject(java.lang.Class<T> type,
byte[] objectArray) |
static <T> T |
toObject(java.lang.Class<T> type,
java.io.InputStream input) |