Click or drag to resize

DictionarySerializerTSerializeValue Method

Serializes a value to a writer.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SerializeValue(
	TextWriter writer,
	Object obj
)

Parameters

writer
Type: System.IOTextWriter
The output writer.
obj
Type: SystemObject
The input object.
Exceptions
ExceptionCondition
ArgumentNullExceptionwriter is null.
See Also