IBsonSerializationProviderGetSerializer Method |
Gets a serializer for a type.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax IBsonSerializer GetSerializer(
Type type
)
Function GetSerializer (
type As Type
) As IBsonSerializer
abstract GetSerializer :
type : Type -> IBsonSerializer
Parameters
- type
- Type: SystemType
The type.
Return Value
Type:
IBsonSerializerA serializer.
See Also