Module ser

Source

Structsยง

NullWriteSeek ๐Ÿ”’
SerializerCommon ๐Ÿ”’
Context for all our serializers and provides shared functionality.

Enumsยง

FdList ๐Ÿ”’

Functionsยง

serialized_size
Calculate the serialized size of T.
to_bytes
Serialize T as a byte vector.
to_bytes_for_signature
Serialize T that has the given signature, to a new byte vector.
to_writerโš 
Serialize T to the given writer.
to_writer_for_signatureโš 
Serialize T that has the given signature, to the given writer.