Method | Description | |
---|---|---|
CanConvert ( |
Indicates whether or not this class can convert an object of the specified type.
|
|
ReadJson ( |
Deserializes JSON into an array of IFormHandler.
|
|
WriteJson ( |
This does nothing (it must be implemented because it is abstract in the base class).
|
Method | Description | |
---|---|---|
InstantiateHandlerByTypeId ( System.Guid typeId ) : IFormHandler |
Creates a new instance of a form handler by the handler's type ID.
|
public CanConvert ( |
||
objectType | ||
return | bool |
public ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
return | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
return | void |