Node.serialize

Serializes this node to a DataNode.

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

Parameters

object DataNode

The DataNode to serialize to.

recursive bool

Whether to recurse through children.

Meta