SafeSerializationEventArgs 类

定义

注意

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

SerializeObjectState 事件提供数据。

public ref class SafeSerializationEventArgs sealed : EventArgs
public sealed class SafeSerializationEventArgs : EventArgs
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class SafeSerializationEventArgs : EventArgs
type SafeSerializationEventArgs = class
    inherit EventArgs
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SafeSerializationEventArgs = class
    inherit EventArgs
Public NotInheritable Class SafeSerializationEventArgs
Inherits EventArgs
继承
SafeSerializationEventArgs
属性

注解

序列化包含安全透明代码中的自定义数据的异常时发生 该事件。

有关详细信息和示例,请参阅 ISafeSerializationData 类。

属性

StreamingContext
已过时.

获取或设置一个对象,该对象描述序列化流的源和目标。

方法

AddSerializedState(ISafeSerializationData)
已过时.

存储异常的状态。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于