BsonSerializationProviderBaseGetSerializer Method (Type) |
Gets a serializer for a type.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax public virtual IBsonSerializer GetSerializer(
Type type
)
Public Overridable Function GetSerializer (
type As Type
) As IBsonSerializer
abstract GetSerializer :
type : Type -> IBsonSerializer
override GetSerializer :
type : Type -> IBsonSerializer
Parameters
- type
- Type: SystemType
The type.
Return Value
Type:
IBsonSerializerA serializer.
Implements
IBsonSerializationProviderGetSerializer(Type)See Also