There were some things left (well, a lot, actually) from my previous article on .NET serializers . One of these things was the ability to have serializers call specific methods before or after serialization. This can be achieved in two ways: Through implementation...
(UPDATED) As of version 3.5 SP1, .NET comes along with the following serializers: System.Runtime.Serialization.Formatters.Binary.BinaryFormatte r : binary serializer used in .NET Remoting, type information is included, understands System.Runtime.Serialization...