| 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  SmileParserandSmileGeneratorinstances; both of which handle
 Smile encoded data. | 
| SmileGenerator JsonGeneratorimplementation for Smile-encoded content
 (see Smile Format Specification) | 
| 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 © 2016 FasterXML. All rights reserved.