CosmosClientBuilder.WithCustomSerializer(CosmosSerializer) メソッド

定義

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

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

パラメーター

cosmosJsonSerializer
CosmosSerializer

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

戻り値

CosmosClientBuilderオブジェクト

適用対象

こちらもご覧ください