Click or drag to resize
DictionarySerializationContextGetSerializer Method
Gets the custom serializer of this context for the specified type.

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

Parameters

type
Type: SystemType
Type to get the custom serializer of.

Return Value

Type: IDictionarySerializer
Custom serializer for the specified type.
See Also