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 serialization for Rc #153

Merged
merged 2 commits into from
Dec 21, 2020
Merged

Add serialization for Rc #153

merged 2 commits into from
Dec 21, 2020

Conversation

weikengchen
Copy link
Member

@weikengchen weikengchen commented Dec 21, 2020

Description

This PR adds serialization for Rc<T>.

And also, it lets the Dummy serialization tests' serialize_uncompressed and serialize_unchecked use the underlying methods, so it closes #152.


  • Targeted PR against correct branch (main)
  • Linked to Github issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

@weikengchen weikengchen merged commit e00e554 into master Dec 21, 2020
@weikengchen weikengchen deleted the serialization-rc branch December 21, 2020 09:16
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.

serialize tests Dummy is poorly written
2 participants