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