DataObjectJsonConverter Class

Converts data frames, vectors, matrices, and indexes 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 DataObjectJsonConverter : JsonConverter
Inheritance
Object  →  JsonConverter  →  DataObjectJsonConverter

Constructors

DataObjectJsonConverterInitializes a new instance of the DataObjectJsonConverter class

Properties

CanRead
(Inherited from JsonConverter)
CanWrite
(Inherited from JsonConverter)

Methods

CanConvert(Type) Returns whether the object can convert objects of the specified type.
CanConvert(Type)
(Inherited from JsonConverter)
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(JsonReader, Type, Object, JsonSerializer) Deserializes an object from JSON format.
ReadJson(JsonReader, Type, Object, JsonSerializer)
(Inherited from JsonConverter)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteJson Serializes an object to JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer))

See Also