All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.dataformat.smile.package-info Maven / Gradle / Ivy

Go to download

Support for reading and writing Smile ("binary JSON") encoded data using Jackson abstractions (streaming API, data binding, tree model)

There is a newer version: 2.18.1
Show newest version
/**
 * 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 com.fasterxml.jackson.dataformat.smile;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy