fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

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

Closed fktn-k closed 12 months ago

fktn-k commented 12 months ago

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)