This class makes it possible to add formatting to serialization of object structures. Therefore, this class can be used for implementing XML serialization, and various other formats. By default, it outputs the objects using a structured format useful for debugging.
The name() member function makes it possible to store also the names of the stored objects, in the context of the class that stores the objects.
1.2.18