| Constructor and Description |
|---|
StringDecoder() |
| 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) throws CodexException
Decoderdecode in interface Decoderarray - The raw objecttype - The expected type returnedCodexException - Any exceptions processing this request.Copyright © 2016. All rights reserved.