System.Formats.Cbor Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types used in reading and writing data in the Concise Binary Object Representation (CBOR) format.
Classes
CborContentException |
The exception that's thrown when CBOR data is invalid. |
CborReader |
A stateful, forward-only reader for Concise Binary Object Representation (CBOR) encoded data. |
CborWriter |
A writer for Concise Binary Object Representation (CBOR) encoded data. |
Enums
CborConformanceMode |
Defines supported conformance modes for encoding and decoding CBOR data. |
CborReaderState |
Specifies the state of a CborReader instance. |
CborSimpleValue |
Represents a CBOR simple value (major type 7). |
CborTag |
Represents a CBOR semantic tag (major type 6). |