Uses of Package
com.fasterxml.jackson.dataformat.smile
Packages that use com.fasterxml.jackson.dataformat.smile
Package
Description
Package that contains implementation of Jackson Streaming API that works
with Smile data format (see Smile format specification),
and can be used with standard Jackson data binding functionality to deal with
Smile encoded data.
Package that contains experimental non-blocking ("asynchronous")
implementation of reader-part of Jackson streaming API,
working on Smile format.
-
Classes in com.fasterxml.jackson.dataformat.smile used by com.fasterxml.jackson.dataformat.smileClassDescriptionSimple helper class used for implementing simple reuse system for Smile-specific buffers that are used.Factory used for constructing
SmileParser
andSmileGenerator
instances; both of which handle Smile encoded data.JsonGenerator
implementation for Smile-encoded content (see Smile Format Specification)Enumeration that defines all togglable features for Smile generators.Helper class used for keeping track of possibly shareable String references (for field names and/or short String values)Enumeration that defines all togglable features for Smile generators. -