Tag: XML
-
Serialize and Deserialize POCO classes in XML
Serialize and Deserialize the Plain Old CLR Object (POCO) class is the theme of this post and I will be discussing regarding XML-based Serialization and Deserialization. Note: This post is purely about Serialization and not regarding how to write Serializable POCO classes. Image Illustration POST Index Serialization Definition Conversion Steps Involved Source Code Deserialization Definition Conversion Steps Involved Source…