MessagePackFormatter.SetMessagePackSerializerOptions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MessagePack.MessagePackSerializerOptions設定要用於序列化使用者資料的 。
public void SetMessagePackSerializerOptions (MessagePack.MessagePackSerializerOptions options);
member this.SetMessagePackSerializerOptions : MessagePack.MessagePackSerializerOptions -> unit
Public Sub SetMessagePackSerializerOptions (options As MessagePackSerializerOptions)
參數
- options
- MessagePack.MessagePackSerializerOptions
要使用的選項。 在此呼叫之前,所使用的選項來自 DefaultUserDataSerializationOptions 。