Module serializer

Source
Expand description

Provides the serialization and deserialization functions used within this project.

Structs§

Serializable
A serializable value. Can only be serialized, but

Functions§

from_str
Deserialize into a value
to_string
Serializes a value
to_writer
Serializes a value

Type Aliases§

SerializableError