/cbor-java

CBOR Java serialization library

Primary LanguageJavaApache License 2.0Apache-2.0

CBOR for Java

The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.

CBOR RFC 7049

Build Status

Current status

Currently the project is under initial development.

To do

  • Object mapping of CBOR objects.
  • Test coverage.
  • Benchmark in comparsion with jvm-serializers.

License

This software is distributed under Apache License, Version 2.0.