deserializeInto

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void deserializeInto(Node yamlNode, T array)
  2. void deserializeInto(Node yamlNode, T associativeArray)
  3. void deserializeInto(Node yamlNode, T obj)
    void
    deserializeInto
    (
    T
    )
    (,
    ref T obj
    )
    if (
    is(T == struct) ||
    is(T == class)
    )

Meta