Package org.springframework.http.codec.cbor
@NullMarked
package org.springframework.http.codec.cbor
CBOR encoder and decoder support.
-
ClassesClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
JacksonCborEncoder
Decode bytes into CBOR and convert to Objects with Jackson 3.x.Encode from anObject
to bytes of CBOR objects using Jackson 3.x.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.
JacksonCborDecoder