Transform ignores the name specified in the Root tag.
Brought to you by:
niallg
If you create a class with a tag Root(name=xxx) and that class has a Transform registered, the serialization to XML will ignore the name specified in the tag Root and will just use the name of the class. This ony happens if the class is the root tag of the XML, because if you use it as an attribute or element in another class, it will take the name specified there.
See attached poject to play with the bug
Maybe related to bug [#35].
Related
Bugs: #35