ComplexConverter<T> Class

Converts complex numbers to and from JSON.

Definition

Namespace: Extreme.Data.Json
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1
C#
public class ComplexConverter<T>
Inheritance
Object  →  ComplexConverter<T>

Type Parameters

T
The type of the real and imaginary parts of the complex number.

Constructors

ComplexConverter<T>Initializes a new instance of the ComplexConverter<T> class

Methods

CanConvert Returns whether the object can convert objects of the specified type.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadJson Deserializes an object from JSON format.
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteJson Serializes an object to JSON.

See Also