-
- All Implemented Interfaces:
public class YsonDecoder
-
-
Field Summary
Fields Modifier and Type Field Description public final static YsonDecoderINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> TdecodeT(YsonValue yson)final ObjectdecodeByClass(YsonValue yson, KClass<?> cls, YsonDecoderConfig config)final ObjectdecodeByType(YsonValue yson, KType ktype, YsonDecoderConfig config)-
-
Method Detail
-
decodeByClass
final Object decodeByClass(YsonValue yson, KClass<?> cls, YsonDecoderConfig config)
-
decodeByType
final Object decodeByType(YsonValue yson, KType ktype, YsonDecoderConfig config)
-
-
-
-