Module mmap_storage::serializer[][src]

Serialization wrapper

Re-exports

pub use self::toml::Toml;
pub use self::json::Json;

Modules

json

Json serialization module

toml

Toml serialization module

Structs

File

Wrapper over mapped file that provides way to synchronise serde-able data with underlying file.

FileView

View on memory mapped File's Data.

Traits

Serialization

Describes methods to serialize/deserialize data