Piccolo.NET

PStream.ReadObjectTree Method 

Deserializes the object tree from the underlying stream using the given formatter.

public virtual object ReadObjectTree(
   IFormatter formatter
);

Parameters

formatter
The formatter to use when deserializing the object.

Return Value

The deserialized object.

See Also

PStream Class | UMD.HCIL.Piccolo.Util Namespace