Method | Description | |
---|---|---|
CanConvert ( |
Determines whether this instance can convert the specified type.
|
|
Create ( ) : object |
Creates an instance of the type to be deserialized
|
|
PostRead ( |
Reads the closing content.
|
|
PostWrite ( |
Writes closing content.
|
|
PreWrite ( |
Writes the opening as well as any static content.
|
|
Read ( |
Reads the specified reader.
|
|
Write ( |
Writes the specified value.
|
public abstract CanConvert ( |
||
type | The type. | |
return | bool |
public PostWrite ( |
||
writer | ||
return | void |
public abstract Read ( |
||
reader | The reader. | |
return | object |
public abstract Write ( |
||
writer | The writer. | |
value | object | The value. |
return | void |