Skip to content

Container Serialization #164

@rogerpearce

Description

@rogerpearce

Container Serialization should be more standardized (and composable) following better practices in the Cereal library. The interface should look like Cereal's example:

  template <class Archive>
  void serialize( Archive & ar )
  {
    ar( x, y, z );
  }

@sbromberger may want to do this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions