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

#126 Generalize serialization/deserialization features #134

Merged
merged 9 commits into from
Oct 13, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 13, 2023

To generalize serialization/deserialization features of YAML nodes, those features are wrapped as basic_node class APIs: deserialize() & serialize().
Internal operations are still executed by basic_serializer/basic_deserializer class objects which have been moved to detail directory/namespace.
This will enable us to improve internal operations in serialization/deserialization features while keeping backward compatibility of those APIs.

@fktn-k fktn-k added this to the Release v0.1.0 milestone Oct 13, 2023
@fktn-k fktn-k self-assigned this Oct 13, 2023
@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Oct 13, 2023
@fktn-k fktn-k merged commit bdb1084 into develop Oct 13, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/126_generalize_serialization_deserialization branch October 13, 2023 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant