TypeMappingSerializationProviderRegisterMapping Method |
Registers the serializer mapping.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
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