Skip to content
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

#190 Support specialization of deserialization for a vector of user-defined type objects #203

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Nov 9, 2023

Currently, deserializing YAML sequence nodes only supports the fkyaml::basic_node<...>::sequence_type type.
When attempting specialization for a vector of user-defined type objects, a user must call the specialization within a for-loop, which can be avoided by implementing partial specialization in fkYAML.
So, this PR have resolved the issue described above.

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Nov 9, 2023
@fktn-k fktn-k added this to the Release v0.2.1 milestone Nov 9, 2023
@fktn-k fktn-k self-assigned this Nov 9, 2023
@coveralls
Copy link

coveralls commented Nov 9, 2023

Coverage Status

coverage: 100.0%. remained the same
when pulling 4b179fe on feature/190_support_specialize_user_defined_arrays
into 6ed3e07 on develop.

@fktn-k fktn-k merged commit 76780f4 into develop Nov 9, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/190_support_specialize_user_defined_arrays branch November 9, 2023 14:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants