imrahil / asx3m

Automatically exported from code.google.com/p/asx3m
0 stars 0 forks source link

Serialization of XML objects #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create an object with a collection of XML objects.
2. Serialize the Object to XML.

What is the expected output? What do you see instead?

It would be useful that asx3m recognize XML types and don´t try to serialize 
them to XML. It should just copy them to the serialized xml collection.
Actually asx3m just add <XML/> tags into the collection, loosing all data.

What version of the product are you using? On what operating system?
asx3m_0.92.swc

Please provide any additional information below.

I would like to try to make some changes to the library to solve this issue, 
but I'm not able to compile asx3m because of dependencies (maashaack). All 
types inside of system.data was not found, because maashaack.swc don't include 
them. Can someone help me? Thanks

Original issue reported on code.google.com by luis...@gmail.com on 16 Nov 2010 at 2:35