tags:

views:

15

answers:

0

Hi,

The JSON script serializer (from mvc) can serialize an anonymous class to script. Are there some standard framework (or mvc) classes that can transform an anonymous class to xml?

Currently anonymous classes are not marked as serializable and cannot be converted to xml.

Is there a way to do this without writing reams of code?

Cheers Craig.