public interface Encoder
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<?> clazz)
Can this encoder handle the given class.
|
byte[] |
encode(Object object)
Decodes an byte array.
|
byte[] encode(Object object) throws CodexException
object - The objectCodexException - Any exceptions processing this request.boolean canHandle(Class<?> clazz)
clazz - The class ti checkCopyright © 2016. All rights reserved.