Show / Hide Table of Contents

Class JsonSerializer

Inheritance
System.Object
JsonSerializer
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public static class JsonSerializer

Methods

| Improve this Doc View Source

Deserialize<T>(JsonElement)

Declaration
public static T Deserialize<T>(JsonElement e)
Parameters
Type Name Description
JsonElement e
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

DeserializeNode(JsonElement)

Declaration
public static BaseNode DeserializeNode(JsonElement e)
Parameters
Type Name Description
JsonElement e
Returns
Type Description
BaseNode
| Improve this Doc View Source

Serialize(Object)

Declaration
public static JsonElement Serialize(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
JsonElement
| Improve this Doc View Source

SerializeNode(BaseNode)

Declaration
public static JsonElement SerializeNode(BaseNode node)
Parameters
Type Name Description
BaseNode node
Returns
Type Description
JsonElement
  • Improve this Doc
  • View Source
Back to top Generated by DocFX