verifyObjectTags

Parameters

verifyObjectTags

Specifies whether tags preceding values should be matched against the ObjectTags annotation during the deserialization process. ObjectTags are applied when serializing classes tagged using this annotation. This applies to isolated objects of such a class and properties, whose values are of such a tagged class. verifyValueTags and verifyObjectTags can be toggled independently. Hence, it is possible to only partially verify tags on values (if only one such configuration switch is set to true). ValueTags precede ObjectTags in the CBOR byte stream. Well-known tags are specified in CborTag.