Skip to content
On this page

Tree<T>.deserialize

This method deserializes a serialized tree into a new Tree.

Parameters

objSerializedNode<T>: The serialized tree to deserialize.

Returns

Tree<T>

A new Tree that contains the same values and structure as the serialized tree.