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