Crate scale_serialization

Source

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Serializer
A serializer that encodes types to SCALE with the option to coerce the output to an equivalent representation given by some type information.
Value
A container for SCALE encoded data that can serialize types directly with the help of a type registry and without using an intermediate representation.

Enums§

JsonValue
Represents any valid JSON value.
SpecificType
A convenient representation of the scale-info types to a format that matches serde model more closely
TupleOrArray

Functions§

to_bytes
to_bytes_with_info
to_vec
to_vec_with_info