Package-level declarations

Types

Link copied to clipboard
open class ByteUtil
Link copied to clipboard
open class CanonicalCBORFactory : CBORFactory
This class is a copy of CBORFactory with the only difference that it returns CanonicalCBORGenerator instead of CBORGenerator.
Link copied to clipboard
open class CanonicalCBORGenerator : CBORGenerator
This class is a copy of CBORGenerator with the only difference that it writes maps in canonical form.
Link copied to clipboard
open class CanonicalMapSerializer : MapSerializer
This serializer does exactly the same as MapSerializer, but is using canonical form of encoding maps, instead of indefinite length.
Link copied to clipboard
open class CBOR
Link copied to clipboard
enum Endian