Annotation Type | Description |
---|---|
Serdeable |
A Serde is an annotation that can be applied to type to indicate that
it is allowed to be serialized and deserialized to and from a format like JSON.
|
Serdeable.Deserializable |
Annotation used to indicate a type is deserializable.
|
Serdeable.Serializable |
Annotation used to indicate a type is serializable.
|
SerdeImport |
Annotation to allow external classes to be enabled for serialization / deserialization.
|
SerdeImport.Repeated |
Repeated wrapper for this annotation.
|