yamlserialized v0.5.0 (2019-12-27T21:11:38Z)
Dub
Repo
toYAMLNode
yamlserialized
serialization
Convert a struct or class of type T to a D-YAML Node
Node
toYAMLNode
(T array)
Node
toYAMLNode
(T associativeArray)
Node
toYAMLNode
(T obj)
@
safe
Node
toYAMLNode
(
T
)
(
in
ref
T
obj
)
if
(
is
(
T
== struct) ||
is
(
T
== class)
)
Meta
Source
See Implementation
yamlserialized
serialization
functions
toYAMLNode
Convert a struct or class of type T to a D-YAML Node