[This is preliminary documentation and is subject to change.]
Deserialises a tree previously serialised to a Message.
| C# |
public static Persistent Deserialise( Message message )
- message (Message)
- A Message containing a serialised tree.
The root object of the deserialised tree. Can be null.
The Message must have been created using the TreeSerialiser class. The object tree will be created exactly as
it was when serialised, including associated collections. The object cache
is not used when deserialising, and the resulting tree of objects is
detached from the persistent tree. It can be attached to the tree by
setting the returned root object into a contained scalar member or
collection.