Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Serialization #164

Open
rogerpearce opened this issue Jun 28, 2023 · 0 comments
Open

Container Serialization #164

rogerpearce opened this issue Jun 28, 2023 · 0 comments
Assignees

Comments

@rogerpearce
Copy link
Collaborator

rogerpearce commented Jun 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants