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

#158 Added to_string() for serialization of YAML nodes. #170

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

fktn-k
Copy link
Owner

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

Before this PR, basic_serializer class implements conversions from native data type values to strings.
So, to_string() template functions have been added to abstract too concrete serialization process.

This is assumed to be a foundation for outputs in the form of multi-byte strings. (Not implemented)

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Oct 21, 2023
@fktn-k fktn-k added this to the Release v0.1.3 milestone Oct 21, 2023
@fktn-k fktn-k self-assigned this Oct 21, 2023
@fktn-k fktn-k merged commit 5d53c51 into develop Oct 21, 2023
104 checks passed
@fktn-k fktn-k deleted the feature/158_add_to_string_for_serialization branch October 21, 2023 04:14
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