package internal
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object ValueParser
High-level representation and tools for CBOR data streams.
High-level representation and tools for CBOR data streams.
The high-level representation is less powerful as the low-level one, as it builds
structured data. For instance it is not able to represent arrays of strings whose size
is bigger than Int.MaxValue
.
The reprensentation is intended to be easier to work with if you need more structured data and don't exceed the underlying limits.