JsonField
@Target(allowedTargets = [AnnotationTarget.FIELD] )
Annotation for marking a field to be serialized to and deserialized from JSON.
Properties
Link copied to clipboard
Specifies a custom Deserializer to use for this field. The deserializer must be a subclass of Deserializer.