Click or drag to resize
DictionarySerializationContextCanSerialize Method
Checks whether this context is able to serialize the specified type.

Namespace: Slash.Serialization.Dictionary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public bool CanSerialize(
	Type type
)

Parameters

type
Type: SystemType
Type to check.

Return Value

Type: Boolean
true, if this context can serialize the specified type with custom serializers or reflection, and false otherwise.
See Also