XML Serialization

I have a question about XML serialization. I am using Visual Studio 2005 and C#. I was able to create a program for a desktop that serializes my object into XML and then deserializes the XML to form the object. I was attempting to make a similar program for my SmartPhone. When I want to serialize an object for a desktop program, I have to put the [Serializable] tag before the class. But when I try this for the Mobile app, it doesnt work. I have added all the references and using statements.

I was wondering if the Compact Framework 2.0 even included XMLSerializer.

Help!



Answer this question

XML Serialization

  • Mark Rendle

    Nevermind i figured it out

  • XML Serialization