wxXmlSerializer 1.2.0 released

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
marfi
Knows some wx things
Knows some wx things
Posts: 46
Joined: Fri Nov 19, 2004 7:29 am
Contact:

wxXmlSerializer 1.2.0 released

Post by marfi »

I'm pleased to announce that a new version of wxXmlSerializer has been released today. This is not only bug fixes release; it also brings new features and enhanced functionality. The main addition is a support for easy indirect manipulation with serialized data members encapsulated by 'properties' via functions defined in xsSerializable and xsProperty classes. Also full structure of serializable class instances can be now copied directly via xsSerializable class copy constructor without need of wxXmlSerializer class. For full list of all changes and fixes please see the change log. Another news is that an research paper dealing with wxXmlSerializer has been successfully published in WSEAS Transactions on Computers Journal. You can download the full paper here http://www.wseas.us/e-library/transacti ... 29-214.pdf and use it as an introduction to the library.
Post Reply