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.
struct System.​Runtime.​Serialization.​IObjectReference
Assembly: System.Runtime
Indicates that the current interface implementer is a reference to another object.
Methods
public
object
GetRealObject​(StreamingContext context)
context
The <see cref="T:System.Runtime.Serialization.StreamingContext" /> from which the current object is deserialized.
Returns The actual object that is put into the graph.
Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.