Annotation Type CborAdapter
-
@Retention(RUNTIME) @Target(TYPE) public @interface CborAdapter
Annotation indicating a class to be used for encoding and decoding the instance to and from CBOR
-
-
Element Detail
-
value
java.lang.Class<? extends CborCoder<?>> value
-
-