Version 3.3.0.1

SerializationNode struct

Namespace: Sirenix.Serialization
Assembly: Sirenix.Serialization
public struct SerializationNode
A serialization node as used by the Nodes format.

Fields

Data
The data contained in the node. Depending on the entry type and name, as well as nodes encountered prior to this one, the format can vary wildly.
public string Data
Entry
The entry type of the node.
public EntryType Entry
Name
The name of the node.
public string Name