KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.Messages.SurrogatableJObject Class Reference

Safely serializable JSON object More...

Inheritance diagram for KlusterKite.API.Client.Messages.SurrogatableJObject:

Public Member Functions

ISurrogate ToSurrogate (ActorSystem system)
 

Static Public Member Functions

static implicit operator SurrogatableJObject (JObject obj)
 Converts original object to wrapper More...
 
static implicit operator JObject (SurrogatableJObject obj)
 Converts wrapper to the original object More...
 

Properties

JObject Json [get, set]
 Gets or sets the json value More...
 

Detailed Description

Safely serializable JSON object

Definition at line 22 of file SurrogatableJObject.cs.

Member Function Documentation

◆ operator JObject()

static implicit KlusterKite.API.Client.Messages.SurrogatableJObject.operator JObject ( SurrogatableJObject  obj)
static

Converts wrapper to the original object

Parameters
objWrapped object

Definition at line 43 of file SurrogatableJObject.cs.

◆ operator SurrogatableJObject()

static implicit KlusterKite.API.Client.Messages.SurrogatableJObject.operator SurrogatableJObject ( JObject  obj)
static

Converts original object to wrapper

Parameters
objThe original object

Definition at line 34 of file SurrogatableJObject.cs.

◆ ToSurrogate()

ISurrogate KlusterKite.API.Client.Messages.SurrogatableJObject.ToSurrogate ( ActorSystem  system)

Definition at line 49 of file SurrogatableJObject.cs.

Property Documentation

◆ Json

JObject KlusterKite.API.Client.Messages.SurrogatableJObject.Json
getset

Gets or sets the json value

Definition at line 28 of file SurrogatableJObject.cs.


The documentation for this class was generated from the following file: