Making your Objects Serializable – Part 1 (Overview)

Before I get ahead of myself, lets start by defining what serialization is.  In a nutshell its basically a way to convert your object into another form such as XML or binary.   There is also the opposite notion of DeSerialization which is the act of taking your object that is in XML or binary form into an actual .Net object.  Here is wikipedia’s definition … Continue reading Making your Objects Serializable – Part 1 (Overview)