malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年7月4日

Introducing XML Serialization

摘要: The following items can be serialized using theXmLSerializerclass:Public read/write properties and fields of public classesClasses that implementICollectionorIEnumerableNoteOnly collections are serialized, not public properties.XmlElementobjectsXmlNodeobjectsDataSetobjectsexample code for ICollectio 阅读全文

posted @ 2012-07-04 17:08 malaikuangren 阅读(183) 评论(0) 推荐(0)
Difference Between XmlSerialization and BinarySerialization

摘要: Serializationis a process that permits to convert the state of an object into a form that can be stored into some durable medium (file, DB) to rebuild original object in the future or to send the object to another process or computer through network channels.1. Xml Serialization in .net, has probabl 阅读全文

posted @ 2012-07-04 15:57 malaikuangren 阅读(194) 评论(0) 推荐(0)