Details
-
New Feature
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Current parser creates a "DOM" for the entire YAML document. That is feasible for configuration, but not for content. For content, a streaming approach must be used to keep memory consumption to reasonable levels.
This must be implemented at least for parsing. For serializing we need to determine how to support serializing content first.