Introduction to serialization презентация
Содержание
- 2. Agenda
- 3. What is Serialization? Serialization is the process of transforming an object
- 4. Serialization in .NET
- 5. Serialization in .NET .NET Framework has classes (in the System.Runtime.Serialization and
- 6. Binary serialization
- 7. BinaryFormatter [Serializable] class Person { private int _id; public
- 8. BinaryFormatter
- 9. Custom serialization. ISerializable With a custom serialization, you can specify exactly
- 10. ISerializable. Example of implementation
- 11. Custom serialization. Using attributes Add attribute before a custom method that
- 12. XMLSerializer The XmlSerializer (namespace System.Xml.Serialization) was created with the idea of
- 13. XMLSerializer To deserialize an object: Construct a XmlSerializer using the type
- 14. XMLSerializer You can configure how the XmlSerializer serializes your type by
- 15. Complex and derived types serialization
- 16. Complex and derived types serialization
- 17. Using DataContract DataContract is used when you use WCF. The
- 18. Using DataContract
- 19. Using DataContract
- 20. NetDataContractSerializer
- 21. JSON Serialization We can use DataContractJsonSerializer to serialize type instance
- 22. Demonstration 4. Json Serialization. class Person
- 23. Demonstration 4. Json Deserialization. class Person
- 24. JSON Brief Introduction JSON (JavaScript Object Notation) is one lightweight data
- 25. Questions?
- 26. Скачать презентацию






![BinaryFormatter
[Serializable]
class Person {
private int _id;
BinaryFormatter
[Serializable]
class Person {
private int _id;](/documents_3/bcd1bef017a4969b07b51745607f3eaf/img6.jpg)

















Слайды и текст этой презентации
Похожие презентации