DictionaryXMLTransformsFreeThreaded.GenerateXMLForDictionaryUsingSchema() equivalent

All,

It doesn't seem like this component is shipped with 2007. Any alternatives, or will I have to write my own class to achieve same purpose?

Thanks,

[170 byte] By [Arielm82] at [2008-2-15]
# 1

Commerce Server 2007 objects are all serializable. You will not need to use that method anymore. Is there a specific object you are looking to serialize?

Cheers,
Colin

ColinBowern at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2
I'm looking to serialize the OrderForm object.
Arielm82 at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 3
GetXml methods are exposed on the OrderGroup class and not at the OrderForm level.
VKUMAR-MSFT at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...