-
- All Implemented Interfaces:
public class YsonYson , encode and decode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classYson.Types
-
Method Summary
Modifier and Type Method Description final YsonValuetoYson(Object v)final YsonValuetoYson(Object v, YsonEncoderConfig config)final <T extends Any> TtoModel(YsonValue yson, YsonDecoderConfig config)final ObjecttoModelClass(YsonValue yson, KClass<?> cls, YsonDecoderConfig config)final <T extends Any> TtoModelGeneric(YsonValue yson, KType ktype, YsonDecoderConfig config)-
-
Method Detail
-
toYson
final YsonValue toYson(Object v, YsonEncoderConfig config)
-
toModel
final <T extends Any> T toModel(YsonValue yson, YsonDecoderConfig config)
-
toModelClass
final Object toModelClass(YsonValue yson, KClass<?> cls, YsonDecoderConfig config)
-
toModelGeneric
final <T extends Any> T toModelGeneric(YsonValue yson, KType ktype, YsonDecoderConfig config)
-
-
-
-