Constructor UInt32Serializer
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
UInt32Serializer()
Initializes a new instance of the UInt32Serializer class.
public UInt32Serializer()UInt32Serializer(BsonType)
Initializes a new instance of the UInt32Serializer class.
public UInt32Serializer(BsonType representation)Parameters
- representationBsonType
- The representation. 
UInt32Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the UInt32Serializer class.
public UInt32Serializer(BsonType representation, RepresentationConverter converter)Parameters
- representationBsonType
- The representation. 
- converterRepresentationConverter
- The converter.