const mixinafJson::JsonConverter
afJson::JsonConverter
@Js
Implement to define a custom Fantom Obj <-> JsonObj converter.
- toFantom
abstract Obj? toFantom(JsonConverterCtx ctx, Obj? jsonObj)Converts the given
jsonObjto a Fantom entity.- toJsonObj
abstract Obj? toJsonObj(JsonConverterCtx ctx, Obj? entity)Converts the given
entityto its JSON representation.