ICustomObjectCreator Interface |
Namespace: Couchbase.Core.IO.Serializers
public interface ICustomObjectCreator
The ICustomObjectCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| CanCreateObject |
Determine if this creator can create a particular type.
| |
| CreateObject |
Create an instance of a particular type with default values, ready to be populated by the deserializer.
|