Package org.springframework.http.codec.cbor
@NonNullApi
@NonNullFields
package org.springframework.http.codec.cbor
CBOR encoder and decoder support.
-
ClassDescriptionDecode bytes into CBOR and convert to Object's with Jackson.Encode from an
Object
to bytes of CBOR objects using Jackson.Decode a byte stream into CBOR and convert to Objects with kotlinx.serialization.Encode from anObject
stream to a byte stream of CBOR objects using kotlinx.serialization.