Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FIELD] )
Annotation for marking a field to be serialized to and deserialized from JSON.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS] )
Annotation for marking a class to be serialized to and deserialized from JSON.