Enum | Description |
---|---|
SerdeConfig.SerCreatorMode |
Creator mode used when invoking the
Creator . |
SerdeConfig.SerInclude |
Include strategies for serialization.
|
SerdeConfig.SerSubtyped.DiscriminatorType | |
SerdeConfig.SerSubtyped.DiscriminatorValueKind |
Annotation Type | Description |
---|---|
SerdeConfig |
Meta-annotation with meta annotation members that different annotation
models can be bind to.
|
SerdeConfig.SerAnyGetter |
Internal metadata for a JSON any getter.
|
SerdeConfig.SerAnySetter |
Internal metadata for any setter.
|
SerdeConfig.SerBackRef |
Back reference.
|
SerdeConfig.SerError |
Used to store errors.
|
SerdeConfig.SerGetter |
Internal metadata for a JSON getter.
|
SerdeConfig.SerIgnored |
Ignore handling meta annotation.
|
SerdeConfig.SerIgnored.SerType | |
SerdeConfig.SerIncluded |
Include property meta annotation.
|
SerdeConfig.SerManagedRef |
Managed reference.
|
SerdeConfig.SerSetter |
Internal metadata for a setter.
|
SerdeConfig.SerSubtyped |
Meta annotations for subtyped mapping.
|
SerdeConfig.SerSubtyped.SerSubtype |
Meta annotation for a mapped subtype.
|
SerdeConfig.SerUnwrapped |
Internal metadata type for wrapped settings.
|
SerdeConfig.SerValue |
Meta-annotation used to model the value used during serialization.
|