Compartir a través de


CosmosClientBuilder.WithCustomSerializer(CosmosSerializer) Método

Definición

Establezca un serializador JSON personalizado.

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

Parámetros

cosmosJsonSerializer
CosmosSerializer

La clase personalizada que implementa CosmosSerializer

Devoluciones

El CosmosClientBuilder objeto

Se aplica a

Consulte también