What steps will reproduce the problem?
1. Create a class MyClass derived from a List<SomeClass>
2. Add properties to MyClass
3. Serialize MyClass
What is the expected output?
The serialised output should show the members of List<SomeClass> followed by
the properties of MyClass
What do you see instead?
Only the serialised List<SomeClass> items are seen in the output file
What version of the product are you using? On what operating system?
3.1.1 on Windows 7
Please provide any additional information below.
Original issue reported on code.google.com by bobw...@gmail.com on 1 Mar 2012 at 4:19
Original issue reported on code.google.com by
bobw...@gmail.com
on 1 Mar 2012 at 4:19