I have made a Silverlight app that contain a class and I want to serialize that class to some binaryfile of XML file , Is that possible in silverlight or not? without using WCF service,and how can i do it.?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at this video. It will help with how to access the local FS. I would assume the XML serializer is available for Silverlight but I am not certain.
http://www.silverlight.net/learn/graphics/file-and-local-data/local-file-access
For writing to isolatedstorage see this:
http://programming4.us/multimedia/882.aspx