BsonSerializationProviderBaseCreateSerializer Method (Type) |
Creates the serializer.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax protected virtual IBsonSerializer CreateSerializer(
Type serializerType
)
Protected Overridable Function CreateSerializer (
serializerType As Type
) As IBsonSerializer
abstract CreateSerializer :
serializerType : Type -> IBsonSerializer
override CreateSerializer :
serializerType : Type -> IBsonSerializer
Parameters
- serializerType
- Type: SystemType
The serializer type.
Return Value
Type:
IBsonSerializerA serializer.
See Also