Namespace PushTechnology.ClientInterface.IO.CBOR

Classes

CBORException

The CBOR exception.

CBORReader

The CBOR reader that is able to read CBOR-encoded data from a stream.

CBORType

The CBOR type.

CBORWriter

The CBOR writer that is able to write CBOR-encoded data to a stream.

Interfaces

ICBORReaderCallback

The CBORReader callback that is used for visitor style reading of a CBOR-encoded stream.

Back to top