yamlserialized.serialization

Undocumented in source.

Members

Functions

toYAMLNode
Node toYAMLNode(T array)

Convert an array of type T to a D-YAML Node

toYAMLNode
Node toYAMLNode(T associativeArray)

Convert an associative array of type T to a D-YAML Node

toYAMLNode
Node toYAMLNode(T obj)

Convert a struct or class of type T to a D-YAML Node

Meta