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

Add a stream serializer #270

Conversation

Matthew-Whitlock
Copy link
Contributor

Enables serializing to/from an open stream.

@PhilMiller
Copy link
Member

Please include some suitable unit tests covering the new serializer

The code all looks fine to me

Also removed deprecated Kokkos header includes.
Copy link
Contributor

@nmm0 nmm0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guard your code with #if __cplusplus > 201703L to compile only for C++17

src/checkpoint/serializers/stream_serializer.h Outdated Show resolved Hide resolved
@Matthew-Whitlock
Copy link
Contributor Author

Replaced with #329

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

Successfully merging this pull request may close these issues.

3 participants