Piccolo.NET

PStream.RecordUnconditionallyWritten Method 

Performs a discovery phase to find out which objects are about to be serialized.

protected virtual void RecordUnconditionallyWritten(
   object aRoot,
   ISurrogateSelector surrogateSelector
);

Parameters

aRoot
The object to perform the discover phase on.
surrogateSelector
The surrogate selector to check when serializing the object graph.

Remarks

This works by effectively serializing the object graph to /dev/null, recording which objects are unconditionally written using the standard GetObjectData method.

See Also

PStream Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility