imrahil / asx3m

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

Need to handle dynamic objects #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an instance of an Object, Dictionary, or other dynamic object
2. Add dynamic properties to the instance
3. Serialize the Object using asx3m

What is the expected output? What do you see instead?
Only the non-dynamic properties appear in the output.  Should see all the 
properties, including the dynamic ones.

What version of the product are you using? On what operating system?
0.91, Windows XP

Please provide any additional information below.
describeType() is used in the ReflectionConverter.  Adding a for..in loop in 
marshal (and dynamic object check in unmarshal) should fix it.

Original issue reported on code.google.com by gregbwri...@gmail.com on 1 Sep 2010 at 6:18