public virtual void GetData ( Object target, Stream outgoingData )
public void GetData ( Object target, Stream outgoingData )
public function GetData ( target : Object, outgoingData : Stream )
Object being visualized.
Outgoing data stream.
Gets data from the specified object and serializes it into the outgoing data stream. This object is called when GetData or GetObject is called. You can override this method to support a custom messaging scheme.