程序包 cn.taketoday.http.codec.json
@NonNullApi
@NonNullFields
package cn.taketoday.http.codec.json
JSON encoder and decoder support.
-
类类说明Abstract base class for Jackson 2.9 decoding, leveraging non-blocking parsing.Base class providing support methods for Jackson 2.9 encoding.Base class providing support methods for Jackson 2.9 encoding and decoding.Decode a byte stream into JSON and convert to Object's with Jackson 2.9, leveraging non-blocking parsing.Encode from an
Objectstream to a byte stream of JSON objects using Jackson 2.9.Decode a byte stream into Smile and convert to Object's with Jackson 2.9, leveraging non-blocking parsing.Encode from anObjectstream to a byte stream of Smile objects using Jackson 2.9.Functionto transform a JSON stream of arbitrary size, byte array chunks into aFlux<TokenBuffer>where each token buffer is a well-formed JSON object.