Converts data frames, vectors, matrices, and indexes to and from JSON.
SystemObject JsonConverter Extreme.Data.JsonDataObjectJsonConverter
Namespace: Extreme.Data.JsonAssembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 1.0.16157.0 (1.0.16157.0)
public class DataObjectJsonConverter : JsonConverter
Public Class DataObjectJsonConverter
Inherits JsonConverter
public ref class DataObjectJsonConverter : public JsonConverter
type DataObjectJsonConverter =
class
inherit JsonConverter
end
The DataObjectJsonConverter type exposes the following members.
Top
| Name | Description |
---|
 | CanRead | (Inherited from JsonConverter.) |
 | CanWrite | (Inherited from JsonConverter.) |
Top
| Name | Description |
---|
 | CanConvert |
Returns whether the object can convert objects of the specified type.
(Overrides JsonConverter.CanConvert(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.) |
 | GetSchema | Obsolete. (Inherited from JsonConverter.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ReadJson |
Deserializes an object from JSON format.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).) |
 | 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
Numerical Libraries
Supported in: 6.0
Reference