public interface IDecoderHandler
Modifier and Type | Method and Description |
---|---|
Object |
decode(Class clazz,
DecodingContext context)
Decodes an object.
|
boolean |
isApplicable(Class clazz)
Tests if the decoder can decode the class.
|
boolean isApplicable(Class clazz)
clazz
- The class.Object decode(Class clazz, DecodingContext context)
clazz
- The class of the object.context
- The decoding context.Copyright © 2012. All Rights Reserved.