Table of Contents

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 BsonType

The representation.

Int32Serializer(BsonType, RepresentationConverter)

Initializes a new instance of the Int32Serializer class.

public Int32Serializer(BsonType representation, RepresentationConverter converter)

Parameters

representation BsonType

The representation.

converter RepresentationConverter

The converter.