Annotation Type TaggedFieldSerializer.Tag
- Enclosing class:
TaggedFieldSerializer<T>
Marks a field for serialization.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
If true, the field is serialized with chunked encoding and is forward compatible, meaning safe to read in iterations of the class without it ifTaggedFieldSerializerConfig.getSkipUnknownTags()
.
-
Element Details
-
value
int value -
annexed
boolean annexedIf true, the field is serialized with chunked encoding and is forward compatible, meaning safe to read in iterations of the class without it ifTaggedFieldSerializerConfig.getSkipUnknownTags()
.- Default:
false
-