Monday, August 21, 2006

 

Serialization

Two types:

  1. XML Serialization: Do not serialize private fields and read only properties.
  2. Formatted Serialization: Serializes every thing. Must be marked with [Serializable]. Optinally implement ISerializable interface. Two types:
    • Binary Formatter
    • SOAP Formatter

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?