Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members

s11n::io::funxml_serializer< NodeType > Class Template Reference

De/serializes objects from/to a simple XML grammar, with all properties and children stored as subnodes. More...

#include <funxml_serializer.h>

Inheritance diagram for s11n::io::funxml_serializer< NodeType >:

s11n::io::tree_builder_lexer< NodeType, sharing::funxml_sharing_context > s11n::io::data_node_serializer< NodeType > List of all members.

Public Types

typedef NodeType node_type
typedef funxml_serializer<
node_type
this_type
typedef tree_builder_lexer<
node_type, sharing::funxml_sharing_context
parent_type

Public Member Functions

virtual const entity_translation_mapentity_translations () const
 Reimplemented to return this type's entity translation map.

virtual bool serialize (const node_type &src, std::ostream &dest)
 Writes src out to dest.

virtual node_typedeserialize (std::istream &src)
 Overridden to parse src using this object's grammar rules.


Detailed Description

template<typename NodeType>
class s11n::io::funxml_serializer< NodeType >

De/serializes objects from/to a simple XML grammar, with all properties and children stored as subnodes.

Definition at line 48 of file funxml_serializer.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 20 10:46:51 2004 for s11n by doxygen 1.3.7