encodeValueTags

Parameters

encodeValueTags

Specifies whether tags set using the ValueTags annotation should be written. CBOR allows for optionally defining tags for properties and their values. When this switch is set to true, tags on CBOR map values (i.e. the values of properties and map entries) are encoded into the resulting byte string to transport additional information. Well-known tags are specified in CborTag. See RFC 8949 Tagging of Items for more info.