com.apicatalog.cborld.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iridium-cbor-ld-jre11 Show documentation
Show all versions of iridium-cbor-ld-jre11 Show documentation
A CBOR-based serialization for Linked Data
The newest version!
/**
* Provides APIs to process CBOR-LD.
*
* Use {@link com.apicatalog.cborld.CborLd} static methods to interact with the processor.
*
*
* e.g.
* {@code
* CborLd.createEncoder()...build();
* }
*
*/
package com.apicatalog.cborld;