Serialization / Lesson 1 / On pg 287: Which of the following interfaces should you implement to enable you to run a method after an instance of your class is serialized? According to the book answers on pg 960 the answer is IDeserializationCallback. After checking on MSDN the documentation clearly states that IDeserializationCallback "Indicates that a class is to be notified when deserialization of the entire object graph has been completed". It says nothing about after SErialization, just DESerialization. I've already checked the errata on [URL]http://support.microsoft.com/kb/923018/en-us[/URL] and did not find anything. Is this just another one of the countless errors in the book? - Another frustrated user of the 70-536 book