Converts complex numbers to and from JSON.
SystemObject JsonConverter Extreme.Data.JsonComplexJsonConverter
Namespace:
Extreme.Data.Json
Assembly:
Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.0
public class ComplexJsonConverter : JsonConverter
Public Class ComplexJsonConverter
Inherits JsonConverter
public ref class ComplexJsonConverter : public JsonConverter
type ComplexJsonConverter =
class
inherit JsonConverter
end
The ComplexJsonConverter type exposes the following members.
Top
| Name | Description |
---|
 | CanRead | (Inherited from JsonConverter.) |
 | CanWrite | (Inherited from JsonConverter.) |
Top
| Name | Description |
---|
 | CanConvert(Type) |
Returns whether the object can convert objects of the specified type.
|
 | CanConvert(Type) | (Inherited from JsonConverter.) |
 | 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 the default hash function. (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.) |
 | ReadJson(JsonReader, Type, Object, JsonSerializer) |
Deserializes an object from JSON format.
|
 | ReadJson(JsonReader, Type, Object, JsonSerializer) | (Inherited from JsonConverter.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WriteJson |
Serializes an object to JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).) |
Top
Reference