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
public abstract class JsonValueBase : object
Constructors
Name | Description |
---|---|
JsonValueBase() | Default constructor |
JsonValueBase(Object, JsonDataType) | Overloaded constructor which cass the value to JSONDataType provided |
Properties
Name | Description |
---|---|
DataType | Type of the JSON object |
InMemorySize | 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 |