KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.GraphQL.Publisher.GlobalIdSerializer Class Reference

Serializes and deserializes globalId More...

Static Public Member Functions

static string PackGlobalId (this JToken globalId)
 Packs a globalId JObject to base64 More...
 
static string UnpackGlobalId (this string packed)
 Unpacks a globalId JObject to base64 More...
 

Detailed Description

Serializes and deserializes globalId

Definition at line 20 of file GlobalIdSerializer.cs.

Member Function Documentation

◆ PackGlobalId()

static string KlusterKite.Web.GraphQL.Publisher.GlobalIdSerializer.PackGlobalId ( this JToken  globalId)
static

Packs a globalId JObject to base64

Parameters
globalIdThe global id
Returns
Packed global id

Definition at line 27 of file GlobalIdSerializer.cs.

◆ UnpackGlobalId()

static string KlusterKite.Web.GraphQL.Publisher.GlobalIdSerializer.UnpackGlobalId ( this string  packed)
static

Unpacks a globalId JObject to base64

Parameters
packedThe packed global id
Returns
Unpacked global id as string

Definition at line 52 of file GlobalIdSerializer.cs.


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