Share via


CosmosClientBuilder.WithCustomSerializer(CosmosSerializer) Method

Definition

Set a custom JSON serializer.

public Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithCustomSerializer(Microsoft.Azure.Cosmos.CosmosSerializer cosmosJsonSerializer);

Parameters

cosmosJsonSerializer
CosmosSerializer

The custom class that implements CosmosSerializer

Returns

The CosmosClientBuilder object

Applies to

Product Versions
Azure SDK for .NET Latest

See also