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
JacksonCborEncoderDecode bytes into CBOR and convert to Objects with Jackson 3.x.Encode from anObjectto bytes of CBOR objects using Jackson 3.x.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.
JacksonCborDecoder