JsonQueryStringConverter Methods
.NET Framework 3.5
The JsonQueryStringConverter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanConvert | Gets a value that indicates whether a Common Language Runtime (CLR) type specified is a known type that can be serialized and deserialized. (Overrides QueryStringConverter.CanConvert(Type).) |
|
ConvertStringToValue | Deserializes a JavaScript Object Notation (JSON) query string parameter to a specified Common Language Runtime (CLR) type. (Overrides QueryStringConverter.ConvertStringToValue(String, Type).) |
|
ConvertValueToString | Serializes a Common Language Runtime (CLR) parameter type to a JavaScript Object Notation (JSON) representation. (Overrides QueryStringConverter.ConvertValueToString(Object, Type).) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |