IObjectReference Interfaz

Definición

Precaución

Formatter-based serialization is obsolete and should not be used.

Indica que el implementador de la interfaz actual es una referencia a otro objeto.

public interface class IObjectReference
public interface IObjectReference
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IObjectReference
[System.Runtime.InteropServices.ComVisible(true)]
public interface IObjectReference
type IObjectReference = interface
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IObjectReference = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IObjectReference = interface
Public Interface IObjectReference
Derivado
Atributos

Notas a los implementadores

Implemente esta interfaz en objetos que son referencias a un objeto diferente, que no se puede resolver hasta que el objeto actual se restaure por completo. Durante la fase de corrección, se consulta cualquier objeto que implementa IObjectReference su objeto real y ese objeto se inserta en el gráfico. La corrección hace referencia al proceso de finalización de referencias no completadas durante el proceso de deserialización de objetos.

Métodos

GetRealObject(StreamingContext)
Obsoletos.

Devuelve el objeto real que se debe deserializar, en lugar del objeto especificado por la secuencia serializada.

Se aplica a