Package org.springframework.http.codec.cbor
package org.springframework.http.codec.cbor
-
ClassesClassDescriptionDecode bytes into CBOR and convert to Object's with Jackson.Encode from an
Objectto bytes of CBOR objects using Jackson.Decode a byte stream into CBOR and convert to Objects with kotlinx.serialization.Encode from anObjectstream to a byte stream of CBOR objects using kotlinx.serialization.