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 implementation of Jackson Streaming API that works * with Smile data format (see <a href="http://wiki.fasterxml.com/SmileFormat">Smile format specification</a>), * and can be used with standard Jackson data binding functionality to deal with * Smile encoded data. */
package com.fasterxml.jackson.dataformat.smile;