 | DictionarySerializationContextGetSerializer Method |
Gets 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 IDictionarySerializer GetSerializer(
Type type
)
Public Function GetSerializer (
type As Type
) As IDictionarySerializer
public:
IDictionarySerializer^ GetSerializer(
Type^ type
)
member GetSerializer :
type : Type -> IDictionarySerializer
Parameters
- type
- Type: SystemType
Type to get the custom serializer of.
Return Value
Type:
IDictionarySerializerCustom serializer for the specified type.
See Also