Click or drag to resize

ValueWriter.GetWriter Method

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static Object GetWriter(
	Type type
)

Parameters

type
Type: System.Type
The type.

Return Value

Type: Object
The IValueWriter<T> implementation for the specified type, or null if the type implements IWritable.
Exceptions
ExceptionCondition
NotSupportedExceptionThe type has no value writer and does not implement IWritable.
See Also