const mixinafJson::JsonTypeInspector
afJson::JsonTypeInspector
@Js
Implement to define a generic strategy for mapping Fantom types to JsonConverters.
- inspect
abstract JsonTypeMeta? inspect(Type type, JsonTypeInspectors inspectors)Inspects the given type and returns meta that defines the Fantom
<->JSON mapping.inspectorsis passed so inspection may recurse into embedded objects.Implementations should return
nullif they are not responsible for converting the given type.