次の方法で共有


MessagePackFormatter.SetMessagePackSerializerOptions メソッド

定義

ユーザー データの MessagePack.MessagePackSerializerOptions シリアル化に使用する値を設定します。

public void SetMessagePackSerializerOptions (MessagePack.MessagePackSerializerOptions options);
member this.SetMessagePackSerializerOptions : MessagePack.MessagePackSerializerOptions -> unit
Public Sub SetMessagePackSerializerOptions (options As MessagePackSerializerOptions)

パラメーター

options
MessagePack.MessagePackSerializerOptions

使用するオプション。 この呼び出しの前に、使用されるオプションは .DefaultUserDataSerializationOptions

適用対象