<tr><tdclass="module-name"><ahref="dyaml/constructor.html">dyaml.constructor</a></td><td><p>Class that processes YAML mappings, sequences and scalars into nodes. This can be
used to add custom data types. A tutorial can be found
<tr><tdclass="module-name"><ahref="dyaml/exception.html">dyaml.exception</a></td><td><p>Exceptions thrown by D:YAML and _exception related code.
</p>
</td></tr>
<tr><tdclass="module-name"><ahref="dyaml/hacks.html">dyaml.hacks</a></td><td><p>Functionality that may sometimes be needed but allows unsafe or unstandard behavior, and should only be used in specific cases.
<tr><tdclass="module-name"><ahref="dyaml/loader.html">dyaml.loader</a></td><td><p>Class used to load YAML documents.
</p>
</td></tr>
<tr><tdclass="module-name"><ahref="dyaml/node.html">dyaml.node</a></td><td><p>Node of a YAML document. Used to read YAML data once it's loaded,
and to prepare data to emit.
</p>
</td></tr>
<tr><tdclass="module-name"><ahref="dyaml/representer.html">dyaml.representer</a></td><td><p>YAML node _representer. Prepares YAML nodes for output. A tutorial can be
found <ahref="../tutorials/custom_types.html">here</a>. <br/>
</p>
</td></tr>
<tr><tdclass="module-name"><ahref="dyaml/resolver.html">dyaml.resolver</a></td><td><p>Implements a class that resolves YAML tags. This can be used to implicitly
resolve tags for custom data types, removing the need to explicitly