Class SupportedDeserializationOptions
Supplied by IExtendedTypeSerializer to define which deserialization options it supports.
Inherited Members
Namespace: Couchbase.Core.IO.Serializers
Assembly: Couchbase.NetClient.dll
Syntax
public class SupportedDeserializationOptions
Remarks
Intended to help support backwards compatibility as new deserialization options are added in the future.
Properties
| Edit this page View SourceCustomObjectCreator
If true, the IExtendedTypeSerializer supports CustomObjectCreator.
Declaration
public bool CustomObjectCreator { get; set; }
Property Value
Type | Description |
---|---|
bool |