Monday, August 21, 2006
Serialization
Two types:
- XML Serialization: Do not serialize private fields and read only properties.
- Formatted Serialization: Serializes every thing. Must be marked with [Serializable]. Optinally implement ISerializable interface. Two types:
- Binary Formatter
- SOAP Formatter