Package | Description |
---|---|
com.fasterxml.jackson.dataformat.smile |
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.
|
com.fasterxml.jackson.dataformat.smile.async |
Package that contains experimental non-blocking ("asynchronous")
implementation of reader-part of Jackson streaming API,
working on Smile format.
|
Class and Description |
---|
SmileBufferRecycler
Simple helper class used for implementing simple reuse system for Smile-specific
buffers that are used.
|
SmileFactory
Factory used for constructing
SmileParser and SmileGenerator
instances; both of which handle
Smile encoded data. |
SmileGenerator
JsonGenerator implementation for the experimental "Binary JSON Infoset". |
SmileGenerator.Feature
Enumeration that defines all togglable features for Smile generators.
|
SmileGenerator.SharedStringNode
Helper class used for keeping track of possibly shareable String
references (for field names and/or short String values)
|
SmileParser |
SmileParser.Feature
Enumeration that defines all togglable features for Smile generators.
|
Class and Description |
---|
SmileBufferRecycler
Simple helper class used for implementing simple reuse system for Smile-specific
buffers that are used.
|
Copyright © 2014–2015 FasterXML. All rights reserved.