Piccolo.NET

PNode.GetObjectData Method 

Write this node and all of its descendent nodes to the given SerializationInfo.

public virtual void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to write to.
context
The streaming context of this serialization operation.

Implements

ISerializable.GetObjectData

Remarks

This node's parent is written out conditionally, that is it will only be written out if someone else writes it out unconditionally.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace