Click or drag to resize

DictionarySerializerTSerializeValue Method

Serializes a value to a writer.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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