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
representation
BsonTypeThe representation.
SingleSerializer(BsonType, RepresentationConverter)
Initializes a new instance of the SingleSerializer class.
public SingleSerializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonTypeThe representation.
converter
RepresentationConverterThe converter.