Package org.springframework.http.codec.smile


@NullMarked package org.springframework.http.codec.smile
Provides an encoder and a decoder for the Smile data format ("binary JSON").
  • Classes
    Class
    Description
    Decode a byte stream into Smile and convert to Objects with Jackson 3.x, leveraging non-blocking parsing.
    Encode from an Object stream to a byte stream of Smile objects using Jackson 3.x.