Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Runtime.​Serialization.​IObjectReference

Assembly: System.Runtime

Indicates that the current interface implementer is a reference to another object.

Methods

object
GetRealObject​(StreamingContext context)
Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.
Returns The actual object that is put into the graph.
context The <see cref="T:System.Runtime.Serialization.StreamingContext" /> from which the current object is deserialized.