Re: Review: renamed config.writeToStream to config.serialize
Jeremy Selan <jeremy...@...>
Thinking about this topic further, I think the right thing to do it to
toggle quoted messageShow quoted text
have __str__ call through to the C++ ostream implementation for each class. (If that happens to use yaml, great! But it's not a problem if it doesn't either). -- Jeremy
Did you see my comment in one of the threads about also supporting the .__str__() method?
|
|