Crate SerialRust

Source

Structs§

Bytes
This is the struct returned by serialize
U16String
a special type that can be used to make strings with longer lenghts as the u16 indicates this has a len that is defined by a u16 instead of a u8 like for a normal string

Traits§

Serialize
This is the main part of this crate implement this trait for the things you want to serialize and deserialize
SetGetBytes