August 2003
Intermediate to advanced
928 pages
32h 1m
English
IObjectReference
This interface indicates that an object references another object. Use of this interface means that during deserialization, the object must be dereferenced during fixup so the “real” object is placed in the object graph.
public interface IObjectReference {
// Public Instance Methods
public object GetRealObject(StreamingContext context);
}