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
- representationBsonType
- The representation. 
Int32Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the Int32Serializer class.
public Int32Serializer(BsonType representation, RepresentationConverter converter)Parameters
- representationBsonType
- The representation. 
- converterRepresentationConverter
- The converter.