Constructor SingleSerializer
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
SingleSerializer()
Initializes a new instance of the Single
SingleSerializer(BsonType)
Initializes a new instance of the Single
Parameters
representation
BsonType The representation.
SingleSerializer(BsonType, RepresentationConverter)
Initializes a new instance of the Single
Parameters
representation
BsonType The representation.
converter
RepresentationConverter The converter.