Package org.springframework.http.codec.json
@NonNullApi
@NonNullFields
package org.springframework.http.codec.json
JSON encoder and decoder support.
-
ClassDescriptionAbstract base class for Jackson 2.x decoding, leveraging non-blocking parsing.Base class providing support methods for Jackson 2.x encoding.Base class providing support methods for Jackson 2.x encoding and decoding.Decode a byte stream into JSON and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.Encode from an
Object
stream to a byte stream of JSON objects using Jackson 2.x.Decode a byte stream into Smile and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.Encode from anObject
stream to a byte stream of Smile objects using Jackson 2.x.Decode a byte stream into JSON and convert to Object's with kotlinx.serialization.Encode from anObject
stream to a byte stream of JSON objects using kotlinx.serialization.