Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Wednesday, December 4, 2013
Serialization C#
C#
>
Serialization
Serialization
role is to save the state of an object. It converts an object into a stream of bytes. The reverse process is called
deserialization
.
DataContractAttribute
‹
›
Home
View web version