sscheck
Results
1
issues of
sscheck
It would be nice if there were some programming interface allowing for custom tag-to-type mapping. For instance: CborTag customTag = CborTag.fromInt(customTagValue); CborTagDeserializer customTagDeserializer = new CborTagDeserializer() { ... }; CBORFactory...
cbor