Contents:
Deserialize the nodes from a string.
Returns the vector of nodes deserialized if the deserialization has succeed.
buffer (unicode) – The buffer to be deserialized
parent (Node) – If non null, deserialize nodes with parent has parent
valid_types (unicode) – If non empty, use it to check if nodes in the buffer are valid types, if not skip the node
list(Node)