| Constructor and Description |
|---|
SerializationDecoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<?> clazz)
Can this decoder handle the given class.
|
Object |
decode(byte[] array,
Type type)
Decodes an byte array.
|
public Object decode(byte[] array, Type type)
DecoderCopyright © 2016. All rights reserved.