Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
annotation class CborSerializable(val typeKey: String = "", val typeId: String = "", val schemaHash: String = "", val schemaId: String = "")
Marks class for automatic CBOR serialization code generation.
Link copied to clipboard
Annotation that is used in the generated code to communicate assigned schemaId to other compilation modules.
Link copied to clipboard
Annotation for classes that provide their own (manually coded) CBOR serialization.