| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a multi-module umbrella project for Jackson standard binary dataformat backends.
Dataformat backends are used to support format alternatives to JSON, using general-purpose Jackson API. Formats included allow access using all 3 API styles (streaming, databinding, tree model).
For Jackson 2.x this is done by sub-classing Jackson core abstractions of:
Currently included backends are:
All modules are licensed under Apache License 2.0.
To use these format backends Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-[FORMAT]</artifactId>
<version>2.18.1</version>
</dependency>where [FORMAT] is one of supported modules (avro, cbor, smile etc)
You may at-reference them as necessary but please keep in mind that all maintenance work is strictly voluntary (no one gets paid to work on this or any other Jackson components) so there is no guarantee for timeliness of responses.
master branch is for developing the next major Jackson version -- 3.0 -- but there are active maintenance branches in which much of development happens:
Older branches are usually not changed but are available for historic reasons. All released versions have matching git tags (jackson-dataformats-binary-2.10.3).
Note that since individual format modules used to live in their own repositories, older branches (before 2.8) and tags do not exist in this repository.
In addition to binary format backends hosted by FasterXML in this repo, there are other known Jackson backends for binary data formats. For example:
See Wiki for more information (javadocs).
| Back | FazBrowse Home | New Git URL |