Expand description
Serialization formats we consider using for the bytecode and the witness stack.
Enumsยง
- Format ๐A marker byte for the serialization format.
Constantsยง
- FORMAT_
ENV_ ๐VAR
Functionsยง
- bincode_
deserialize ๐Deserialize a value usingbincode, based onserde. - bincode_
serialize ๐Serialize a value usingbincode, based onserde. - Deserialize any of the supported formats. Try go guess the format based on the first byte, but fall back to the legacy
bincodeformat if anything fails. - msgpack_
deserialize ๐Deserialize a value using MessagePack, based onserde. - msgpack_
serialize ๐Serialize a value using MessagePack, based onserde. - proto_
deserialize ๐Deserialize a value usingprotobuf. - proto_
serialize ๐Serialize a value usingprotobuf.