Skip to content

Simplify serialize::{En,De}coder, add support for serializing maps, and other misc fns #5630

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 22 commits into from

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Mar 30, 2013

@nikomatsakis and I were talking about how the serializers were a bit too complicated. None of the users of With the emit_option and read_option functions, the serializers are now moving more high level. This patch series continues that trend. I've removed support for emitting specific string and vec types, and added support for emitting mapping types.

@nikomatsakis
Copy link
Contributor

I'd give this r+, but it's already bit-rotted...

@erickt
Copy link
Contributor Author

erickt commented Mar 30, 2013

@nikomatsakis: It's back to mergable. I also fleshed out serialization support for the other container types.

bors added a commit that referenced this pull request Mar 30, 2013
@nikomatsakis and I were talking about how the serializers were a bit too complicated. None of the users of With the `emit_option` and `read_option` functions, the serializers are now moving more high level. This patch series continues that trend. I've removed support for emitting specific string and vec types, and added support for emitting mapping types.
@bors bors closed this Mar 30, 2013
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants