Package | Description |
---|---|
org.codehaus.jackson.smile |
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
|
Modifier and Type | Field and Description |
---|---|
protected SmileBufferRecycler<String> |
SmileParser._smileBufferRecycler
Helper object used for low-level recycling of Smile-generator
specific buffers.
|
protected SmileBufferRecycler<SmileGenerator.SharedStringNode> |
SmileGenerator._smileBufferRecycler
Helper object used for low-level recycling of Smile-generator
specific buffers.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<SoftReference<SmileBufferRecycler<String>>> |
SmileParser._smileRecyclerRef
ThreadLocal contains a SoftReference
to a buffer recycler used to provide a low-cost
buffer recycling for Smile-specific buffers. |
protected static ThreadLocal<SoftReference<SmileBufferRecycler<SmileGenerator.SharedStringNode>>> |
SmileGenerator._smileRecyclerRef
This
ThreadLocal contains a SoftReference
to 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> |
SmileParser._smileBufferRecycler() |
protected static SmileBufferRecycler<SmileGenerator.SharedStringNode> |
SmileGenerator._smileBufferRecycler() |