Table of Contents

Class FlowGraphSerializedData

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Serialized data for FlowGraph

public class FlowGraphSerializedData : CeresGraphData
Inheritance
FlowGraphSerializedData
Derived
Inherited Members

Constructors

FlowGraphSerializedData()

public FlowGraphSerializedData()

Methods

BuildGraph(CeresGraph)

Build graph from data

public override void BuildGraph(CeresGraph graph)

Parameters

graph CeresGraph

Exceptions

ArgumentException

GetFallbackNode(CeresNodeData, int)

Get fallback node for missing class

protected override CeresNode GetFallbackNode(CeresNodeData fallbackNodeData, int index)

Parameters

fallbackNodeData CeresNodeData
index int

Returns

CeresNode

PreSerialization()

Preprocess before graph data serialized to container

public override void PreSerialization()