Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.02 KB

File metadata and controls

27 lines (17 loc) · 1.02 KB

CBOR for Java

Gitter

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.