VMware Tanzu GemFire .NET Client API Reference
IJsonDocument Interface Reference
Interface for JsonDocument More...
Inheritance diagram for IJsonDocument:
Additional Inherited Members | |
Public Member Functions inherited from IJsonSerialCacheable | |
| string | ToJson () |
toJson() returns the serialized object as a JSON string. Often, to implement, it is as simple as: public string toJson() => JsonSerializer.Serialize(this); More... | |
Detailed Description
Interface for JsonDocument
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IJsonDocument.cs

Public Member Functions inherited from 