ClientConfiguration SerializationSettings Property Couchbase .NET SDK 2.1.0 Documentation

Note: This API is now obsolete.

The incoming serializer settings for the JSON serializer.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
[ObsoleteAttribute("Please use a custom ITypeSerializer instead; this property is no longer used will be removed in a future release. See NCBC-676 for details.")]
public JsonSerializerSettings SerializationSettings { get; set; }

Property Value

Type: JsonSerializerSettings
See Also