Replies: 1 comment
-
Completed in #134. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
This will enable us to improve internal operations in serialization/deserialization features while keeping backward compatibility of those APIs.
Beta Was this translation helpful? Give feedback.
All reactions