Node.serialize

Serializes this node to a DataNode.

  1. DataNode serialize(bool recursive)
    class Node
    @nogc final @nogc
    DataNode
    serialize
    (
    bool recursive = true
    )
  2. void serialize(DataNode object, bool recursive)

Parameters

recursive bool

Whether to recurse through children.

Meta