Click or drag to resize

ICustomObjectCreator Interface

Used to control type creation during deserialization. For example, it can be used to create object proxies.

Namespace:  Couchbase.Core.IO.Serializers
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface ICustomObjectCreator

The ICustomObjectCreator type exposes the following members.

Methods
  NameDescription
Public methodCanCreateObject
Determine if this creator can create a particular type.
Public methodCreateObject
Create an instance of a particular type with default values, ready to be populated by the deserializer.
Top
See Also