次の方法で共有


CosmosClientBuilder.WithCustomSerializer(CosmosSerializer) メソッド

定義

カスタム JSON シリアライザーを設定します。

public Azure.Cosmos.Fluent.CosmosClientBuilder WithCustomSerializer(Azure.Cosmos.Serialization.CosmosSerializer cosmosJsonSerializer);
member this.WithCustomSerializer : Azure.Cosmos.Serialization.CosmosSerializer -> Azure.Cosmos.Fluent.CosmosClientBuilder
Public Function WithCustomSerializer (cosmosJsonSerializer As CosmosSerializer) As CosmosClientBuilder

パラメーター

cosmosJsonSerializer
CosmosSerializer

を実装するカスタム クラス CosmosSerializer

戻り値

CosmosClientBuilderオブジェクト

適用対象

こちらもご覧ください