SerializationObjectManager 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Formatter-based serialization is obsolete and should not be used.
在執行階段管理序列化處理序。 此類別無法獲得繼承。
public ref class SerializationObjectManager sealed
public sealed class SerializationObjectManager
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class SerializationObjectManager
type SerializationObjectManager = class
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SerializationObjectManager = class
Public NotInheritable Class SerializationObjectManager
- 繼承
-
SerializationObjectManager
- 屬性
備註
這個類別會執行與 ObjectManager 類似的工作。 主要差異在於, 會在 SerializationObjectManager 序列化期間執行其工作,而在 ObjectManager 還原序列化期間執行其工作。
建構函式
SerializationObjectManager(StreamingContext) |
已淘汰.
初始化 SerializationObjectManager 類別的新執行個體。 |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
RaiseOnSerializedEvent() |
已淘汰.
如果物件型別具有 OnSerializing 回呼 (Callback) 事件,則會叫用該事件;如果物件型別具有 OnSerialized 事件,則需登錄該物件以引發此事件。 |
RegisterObject(Object) |
已淘汰.
登錄物件時會引發事件。 |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |