public interface Decoder
| 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.
|
Object decode(byte[] array, Type type) throws CodexException
array - The raw objecttype - The expected type returnedCodexException - Any exceptions processing this request.boolean canHandle(Class<?> clazz)
clazz - The class ti checkCopyright © 2016. All rights reserved.