Structsยง
- Null
Write ๐Seek - Serializer
Common ๐ - 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 givenwriter
. - to_
writer_ โfor_ signature - Serialize
T
that has the given signature, to the givenwriter
.