Api Facepunch ActionGraphs JsonExtensions
class

JsonExtensions

public static abstract sealed class JsonExtensions

Extension methods for Json types.

Methods

static this Void AddActionGraphConverters(JsonSerializerOptions options, NodeLibrary nodeLibrary)

Adds the ability for this JsonSerializerOptions to convert ActionGraph, !:ActionGraph<T>, and Delegate instances implemented with action graphs.

static this Void AddActionGraphConverters(JsonSerializerOptions options, GetNodeLibraryDelegate getNodeLibrary)

Adds the ability for this JsonSerializerOptions to convert ActionGraph, !:ActionGraph<T>, and Delegate instances implemented with action graphs.

Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.JsonExtensions