IDeserializationCallback

IDeserializationCallback

System.Runtime.Serialization (mscorlib.dll) interface

This interface implements a notification triggered when deserialization of an object is completed. Specify callback functionality with the OnDeserialization( ) method. This class is useful for restoring members that can be computed after deserialization, instead of serializing them and using more storage resources.

 public interface  IDeserializationCallback  {  // Public Instance Methods  public void  OnDeserialization  (object   sender   ); } 

Implemented By

System.Collections.Hashtable , System.Collections.Specialized.NameObjectCollectionBase , System.Globalization.{CompareInfo , TextInfo} , System.Reflection.AssemblyName



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net