cuizhennan / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
1 stars 0 forks source link

Implement low-level methods (represent, serialize) in the public API #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SnakeYAML has compose() and parse() methods in the public API but no 
corresponding represent(), serialize() methods.
It may be helpful for tools/utilities and for tests.

Original issue reported on code.google.com by py4fun@gmail.com on 14 Jul 2011 at 10:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is done here:
https://code.google.com/r/py4fun-low-level-represent/

Any feedback is welcome.

Original comment by py4fun@gmail.com on 15 Jul 2011 at 3:36

GoogleCodeExporter commented 9 years ago
Added to the master repository. It will be delivered in version 1.9

Original comment by py4fun@gmail.com on 15 Jul 2011 at 3:49