SwiftDocCSerializableProtocolSerializableDefines an object that can be represented as raw Data and therefore serialized to/deserialized from disk.protocol Serializable : RawRepresentable, LMDBData where Self.RawValue == Data