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

org.codehaus.jackson.smile.package-info Maven / Gradle / Ivy

Go to download

Support for efficient binary data format that can be access same as textual JSON ("binary infoset for JSON"), using standard Jackson abstractions: specifically, extension of JsonFactory and implementations of JsonParser and JsonGenerator.

There is a newer version: 1.9.13
Show newest version
/**
 * Package that contains experimental implementation of
 * "Binary-Encoded JSON-Like" data format handlers (parser,
 * generator, factory produce both, supporting constants).
 *

* See Smile format specification for more details. * * @since 1.6 */ package org.codehaus.jackson.smile;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy