Click or drag to resize
DictionarySerializationContextSetSerializer Method
Sets 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 void SetSerializer(
	Type type,
	IDictionarySerializer serializer
)

Parameters

type
Type: SystemType
Type to set the custom serializer of.
serializer
Type: Slash.Serialization.DictionaryIDictionarySerializer
Custom serializer for the specified type.
See Also