All Classes

Class Description
CBORDataUtilities
Contains methods useful for reading and writing data, with a focus on CBOR.
CBORDateConverter
A class for converting date-time objects to and from tagged CBOR objects.
CBORDateConverter.ConversionType
Conversion type for date-time conversion.
CBOREncodeOptions
Specifies options for encoding and decoding CBOR objects.
CBORException
Exception thrown for errors involving CBOR data.
CBORNumber
An instance of a number that CBOR or certain CBOR tags can represent.
CBORNumber.NumberKind
Specifies the underlying form of this CBOR number object.
CBORObject
Represents an object in Concise Binary Object Representation (CBOR) and contains methods for reading and writing CBOR data.
CBORType
Represents a type that a CBOR object can have.
CBORTypeMapper
Holds converters to customize the serialization and deserialization behavior of CBORObject.FromObject and CBORObject#ToObject, as well as type filters for ToObject.
DataUtilities
Contains methods useful for reading and writing text strings.
ICBORConverter<T>
Interface implemented by classes that convert objects of arbitrary types to CBOR objects.
ICBORToFromConverter<T>
Classes that implement this interface can support conversions from CBOR objects to a custom type and back.
JSONOptions
Includes options to control how CBOR objects are converted to and from JavaScript object Notation (JSON).
JSONOptions.ConversionMode
Specifies how JSON numbers are converted to CBOR objects when decoding JSON (such as via FromJSONString or ReadJSON).
PODOptions
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.