Click or drag to resize

RawComparerTCreateDeserializingComparer Method

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static IRawComparer<T> CreateDeserializingComparer(
	IComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerT
The comparer.

Return Value

Type: IRawComparerT
A comparer that deserializes in order to compare if the type.
See Also