This topic has not yet been rated - Rate this topic

VisualizerObjectSource.Serialize Method 

Namespace: Microsoft.VisualStudio.DebuggerVisualizers
Assembly: Microsoft.VisualStudio.DebuggerVisualizers (in microsoft.visualstudio.debuggervisualizers.dll)

public static void Serialize (
	Stream serializationStream,
	Object target
)
public static void Serialize (
	Stream serializationStream, 
	Object target
)
public static function Serialize (
	serializationStream : Stream, 
	target : Object
)

Parameters

serializationStream

Outgoing data stream.

target

Object being visualized.

Serializes a data object into a stream. Use this method when you need to construct a stream for outgoing data, which is data that you need to transfer to the debugger side. This method is used as a helper method by the default implementation of GetData. You can use this as a helper method if you override GetData or GetObject.

Did you find this helpful?
(1500 characters remaining)
Advertisement