Has anyone seen or written an implementation that will serialize the members of a C++ class automatically? I want to derive a C++ class from an XML base class (lets say cXMLBaseSerializer) which has virtuals like GetXML() and SetXML(). The base class assists the derived class in streaming XML without actually 'hard-coding' an implementaiton for each and every member.
Microsoft.NET C# does this with the XMLSerialiaze adorment but don't want to code my mission critial application in c#. Thanks for any info you might have. Chris [EMAIL PROTECTED] __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]