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

[struct_pack] enhance struct_pack::write/read/get_write_size #551

Merged
merged 4 commits into from
Dec 28, 2023

Conversation

poor-circle
Copy link
Collaborator

Why

The old version struct_pack::write/read/get_write_size use a independence implement, which ability is weak. See #536

What is changing

Use struct_pack::packer/unpacker's implement to finish struct_pack::write/read/get_write_size. now they can serialize/deserialize any legal struct_pack type.

Example

@poor-circle poor-circle changed the title [struct_pack [struct_pack] enhance struct_pack::write/read/get_write_size Dec 28, 2023
@poor-circle poor-circle merged commit 59bbecf into alibaba:main Dec 28, 2023
30 checks passed
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.

1 participant