Package | Description |
---|---|
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
Modifier and Type | Class and Description |
---|---|
class |
Jackson2JsonEncoder
Encode from an
Object stream to a byte stream of JSON objects using Jackson 2.9. |
class |
Jackson2SmileEncoder
Encode from an
Object stream to a byte stream of Smile objects using Jackson 2.9. |