Archive for March, 2011

Binary serialization in C#

Saturday, March 5th, 2011

Serializing an object into a binary file is an easy and fast way to persist your objects. If binary serialization is used to cache objects normally read from an XML file, a database or some other file format, you’ll get even more benefits.

Read more »