Try Playground
Show / Hide Table of Contents

Class JsonValueBase

Abstract class which acts as the base class for all JSON based types in NCache.

Inheritance
System.Object
JsonValueBase
JsonArray
JsonNull
JsonObject
JsonValue
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This API is deprecated and will be removed in a future release. This feature is being retired and will not be continued in future versions.", false)]
public abstract class JsonValueBase

Constructors

Name Description
JsonValueBase()

The default constructor of class JsonValueBase.

JsonValueBase(Object, JsonDataType)

An overloaded constructor which pass 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.

Operators

Name Description
Implicit(Boolean to JsonValueBase)

This operator implicitly converts Boolean value to JsonValueBase.

Implicit(Byte to JsonValueBase)

This operator implicitly converts Byte value to JsonValueBase.

Implicit(DateTime to JsonValueBase)

This operator implicitly converts DateTime value to JsonValueBase.

Implicit(Decimal to JsonValueBase)

This operator implicitly converts Decimal value to JsonValueBase.

Implicit(Double to JsonValueBase)

This operator implicitly converts Double to JsonValueBase.

Implicit(Int16 to JsonValueBase)

This operator implicitly converts Int16 value to JsonValueBase.

Implicit(Int32 to JsonValueBase)

This operator implicitly converts Int32 value to JsonValueBase.

Implicit(Int64 to JsonValueBase)

This operator implicitly converts Int64 value to JsonValueBase.

Implicit(SByte to JsonValueBase)

This operator implicitly converts SByte value to JsonValueBase.

Implicit(Single to JsonValueBase)

This operator implicitly converts Single to JsonValueBase.

Implicit(String to JsonValueBase)

This operator implicitly converts String value to JsonValueBase.

Implicit(UInt16 to JsonValueBase)

This operator implicitly converts UInt16 value to JsonValueBase.

Implicit(UInt32 to JsonValueBase)

This operator implicitly converts UInt32 value to JsonValueBase.

Implicit(UInt64 to JsonValueBase)

This operator implicitly converts UInt64 value to JsonValueBase.

In This Article
  • Constructors
  • Properties
  • Methods
  • Operators

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
� Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top