Constructor Int32Serializer
- Namespace
 - MongoDB.Bson.Serialization.Serializers
 
- Assembly
 - MongoDB.Bson.dll
 
Int32Serializer()
Initializes a new instance of the Int32Serializer class.
public Int32Serializer()
Int32Serializer(BsonType)
Initializes a new instance of the Int32Serializer class.
public Int32Serializer(BsonType representation)
Parameters
representationBsonTypeThe representation.
Int32Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the Int32Serializer class.
public Int32Serializer(BsonType representation, RepresentationConverter converter)
Parameters
representationBsonTypeThe representation.
converterRepresentationConverterThe converter.