module
Sepia::Serializable
Overview
The Serializable
module provides a contract for objects that can be
serialized to a single file. Classes including this module must implement
to_sepia
to define the file content and self.from_sepia
to deserialize.