yamlserialized.deserialization

Undocumented in source.

Members

Functions

deserializeInto
void deserializeInto(Node yamlNode, T array)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeInto
void deserializeInto(Node yamlNode, T associativeArray)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeInto
void deserializeInto(Node yamlNode, T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeTo
T deserializeTo(Node yamlNode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta