Annotation Type TaggedFieldSerializer.Tag
-
@Retention(RUNTIME) @Target(FIELD) public static @interface TaggedFieldSerializer.TagMarks a field for serialization.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanannexedIf 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().
-
-
-
-
annexed
boolean annexed
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().- Default:
- false
-
-