Module raw_serde::serialize [] [src]

Traits

RawSerialize

The serialize trait. Any struct that implements this can be serialized into bytes, and be stuck into anything that implements the Write trait. The location that is written to is important, if you try to read or write from the wrong place, you will get incorrect data, overwrite your data, or may encounter a crash! You must carefully manage your on-disk memory.