ResolveHandler Properties
The ResolveHandler type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets a value that indicates whether this
ResolveHandler.T. can read elements. | |
|
Gets a value that indicates whether this
ResolveHandler.T. can write elements. | |
|
Gets a default Converter that returns the specified Object regardless of the specified Type. | |
|
Gets a default ResolveHandler that uses DefaultResolver and DefaultResolver to resolve. | |
|
Gets a description that is used in Exception messages to display what was tried to
resolve. | |
|
Gets a Converter that converts the specified Object to an instance of the specified Type by calling ToString. and passing the result to DeserializeObject(String, Type). | |
|
Gets a Converter that converts the specified Object to a Value by calling SerializeObject(Object) and passing the result to FromJson(String). | |
|
Gets an IEnumerable.T. of Resolvers that are used by the current ResolveHandler. | |
|
Gets a Converter that converts the specified Object to a Value by calling the appropriate constructor. | |
|
Gets a Converter that converts the specified Value to an instance of the specified Type by calling ToJson(Value) and passing the result to DeserializeObject(String, Type). |