Module fil_actors_shared::v13::util::cbor

source ·

Functions§

  • Deserialises CBOR-encoded bytes as a structure, returning a serialization error on failure. desc is a noun phrase for the object being deserialized, included in any error message.
  • Deserialises CBOR-encoded bytes as a method parameters object.
  • Serializes a structure as CBOR bytes, returning a serialization error on failure. desc is a noun phrase for the object being serialized, included in any error message.
  • Serializes a structure as a CBOR vector of bytes, returning a serialization error on failure. desc is a noun phrase for the object being serialized, included in any error message.