All Classes and Interfaces

Class
Description
Contains methods useful for reading and writing data, with a focus on CBOR.
A class for converting date-time objects to and from tagged CBOR objects.
Conversion type for date-time conversion.
Specifies options for encoding and decoding CBOR objects.
Exception thrown for errors involving CBOR data.
An instance of a number that CBOR or certain CBOR tags can represent.
Specifies the underlying form of this CBOR number object.
Represents an object in Concise Binary Object Representation (CBOR) and contains methods for reading and writing CBOR data.
Represents a type that a CBOR object can have.
Holds converters to customize the serialization and deserialization behavior of CBORObject.FromObject and CBORObject#ToObject, as well as type filters for ToObject.
Interface implemented by classes that convert objects of arbitrary types to CBOR objects.
Classes that implement this interface can support conversions from CBOR objects to a custom type and back.
Includes options to control how CBOR objects are converted to and from JavaScript object Notation (JSON).
Specifies how JSON numbers are converted to CBOR objects when decoding JSON (such as via FromJSONString or ReadJSON).
Options for controlling how certain DotNET or Java objects, such as so-called "plain old data" objects (better known as POCOs in DotNET or POJOs in Java), are converted to CBOR objects.