| 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SmileBufferRecycler<String> | SmileParserBase. _smileBufferRecyclerHelper object used for low-level recycling of Smile-generator
 specific buffers. | 
| protected SmileBufferRecycler<SmileGenerator.SharedStringNode> | SmileGenerator. _smileBufferRecyclerHelper object used for low-level recycling of Smile-generator
 specific buffers. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static ThreadLocal<SoftReference<SmileBufferRecycler<String>>> | SmileParserBase. _smileRecyclerRefThreadLocalcontains aSoftReferenceto a buffer recycler used to provide a low-cost
 buffer recycling for Smile-specific buffers. | 
| protected static ThreadLocal<SoftReference<SmileBufferRecycler<SmileGenerator.SharedStringNode>>> | SmileGenerator. _smileRecyclerRefThis  ThreadLocalcontains aSoftReferenceto a buffer recycler used to provide a low-cost
 buffer recycling for Smile-specific buffers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static SmileBufferRecycler<String> | SmileParserBase. _smileBufferRecycler() | 
| protected static SmileBufferRecycler<SmileGenerator.SharedStringNode> | SmileGenerator. _smileBufferRecycler() | 
Copyright © 2017 FasterXML. All rights reserved.