 | DictionarySerializationContextSetSerializer Method |
Sets the custom serializer of this context for the specified type.
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic void SetSerializer(
Type type,
IDictionarySerializer serializer
)
Public Sub SetSerializer (
type As Type,
serializer As IDictionarySerializer
)
public:
void SetSerializer(
Type^ type,
IDictionarySerializer^ serializer
)
member SetSerializer :
type : Type *
serializer : IDictionarySerializer -> unit
Parameters
- type
- Type: SystemType
Type to set the custom serializer of. - serializer
- Type: Slash.Serialization.DictionaryIDictionarySerializer
Custom serializer for the specified type.
See Also