Class JsonValueBase
abstract class which acts as the base class for all JSON based types in NCache
Inheritance
System.Object
JsonValueBase
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public abstract class JsonValueBase
Constructors
Name | Description |
---|---|
Json |
Default constructor |
Json |
Overloaded constructor which cass the value to JSONDataType provided |
Properties
Name | Description |
---|---|
Data |
Type of the JSON object |
In |
In memory size of the object |
Size | Size of the object |
Value | Value of the object |
Methods
Name | Description |
---|---|
Parse(String) | Parses string representation of json object and returns the parsed object |