#include <coherence/io/ConfigurableSerializerFactory.hpp>
Inherits Object, SerializerFactory, and XmlConfigurable.
| Public Types | ||||
| typedef spec::Handle | Handle | |||
| ConfigurableSerializerFactory Handle definition. | ||||
| typedef spec::View | View | |||
| ConfigurableSerializerFactory View definition. | ||||
| typedef spec::Holder | Holder | |||
| ConfigurableSerializerFactory Holder definition. | ||||
| Public Member Functions | ||||
| virtual Serializer::View | createSerializer (ClassLoader::View vLoader) const | |||
| Create a new Serializer. 
 
 
 | ||||
| virtual void | setConfig (XmlElement::View xml) | |||
| virtual XmlElement::View | getConfig () const | |||
| If this Object was previously configured using some XML configuration, the corresponding XmlElement is returned. 
 
 | ||||
| virtual void | toStream (std::ostream &out) const | |||
| Output a human-readable description of this Object to the given stream. coherence::lang::operator<<(std::ostream, Object::View) is defined and will call into the toStream method, to output Objects. If a managed String object is desired, the COH_TO_STRING macro can be used to build up a String from streamable contents. 
 Object::View vKey = ... Object::View vValue = ... std::cout << vKey << " = " << vValue << std::endl; String::Handle hs = COH_TO_STRING(vKey << " = " << vValue); 
 
 | ||||
| Protected Member Functions | ||||
| ConfigurableSerializerFactory () | ||||
| Create a new ConfigurableSerializerFactory. | ||||
| Protected Attributes | ||||
| FinalView< XmlElement > | f_vXmlConfig | |||
| XML configuration for this ConfigurableSerializerFactory. | ||||
| ConfigurableSerializerFactory | ( | ) |  [protected] | 
Create a new ConfigurableSerializerFactory.
| vXmlConfig | the XML configuration for this ConfigurableSerializerFactory. |