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