class CCL::JsonArchive::Writer
class Writer { public: // construction Writer (JsonArchive& archive, IAttributeHandler& handler); // methods bool write (const Attributes& root); bool write (const AttributeQueue& queue); };
class Writer { public: // construction Writer (JsonArchive& archive, IAttributeHandler& handler); // methods bool write (const Attributes& root); bool write (const AttributeQueue& queue); };