TypeMappingSerializationProviderRegisterMapping Method |
Registers the serializer mapping.
Namespace: MongoDB.Bson.SerializationAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
Syntaxpublic void RegisterMapping(
Type type,
Type serializerType
)
Public Sub RegisterMapping (
type As Type,
serializerType As Type
)
member RegisterMapping :
type : Type *
serializerType : Type -> unit
Parameters
- type
- Type: SystemType
The type. - serializerType
- Type: SystemType
Type of the serializer.
See Also