Class DeserializationOptions
Options to control deserialization process in an IExtended
Inherited Members
Namespace: Couchbase.Core.IO.Serializers
Assembly: Couchbase.NetClient.dll
Syntax
public class DeserializationOptions
Properties
| Edit this page View SourceCustomObjectCreator
ICustom
Declaration
public ICustomObjectCreator CustomObjectCreator { get; set; }
Property Value
Type | Description |
---|---|
ICustom |
HasSettings
Returns true if any custom options are set
Declaration
public bool HasSettings { get; }
Property Value
Type | Description |
---|---|
bool |