¡@

Home 

c# Programming Glossary: datatoserialize

XML deserialization 'standardising' line endings, how to stop it? (.NET)

http://stackoverflow.com/questions/1115459/xml-deserialization-standardising-line-endings-how-to-stop-it-net

we have the follow class we wish to serialize public class DataToSerialize public string Name get set If we try to serialize and deserialize.. with Environment.NewLine replace with r n if you are not DataToSerialize test new DataToSerialize test.Name TestData Environment.NewLine.. replace with r n if you are not DataToSerialize test new DataToSerialize test.Name TestData Environment.NewLine XmlSerializer configSerializer..