#include <funxml_serializer.h>
Inheritance diagram for s11n::io::funxml_serializer< NodeType >:
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_map & | entity_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_type * | deserialize (std::istream &src) |
Overridden to parse src using this object's grammar rules. |
Definition at line 48 of file funxml_serializer.h.