public interface IDecoderHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
decode(java.lang.Class<?> clazz,
IDecodingContext context)
Decodes an object.
|
boolean |
isApplicable(java.lang.Class<?> clazz)
Tests if the decoder can decode the class.
|
boolean isApplicable(java.lang.Class<?> clazz)
clazz
- The class.java.lang.Object decode(java.lang.Class<?> clazz, IDecodingContext context)
clazz
- The class of the object.context
- The decoding context.