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