Constructor UInt32Serializer
| MongoDB CSharp Driver API Reference (original) (raw)
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
BsonType
The representation.
UInt32Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the UInt32Serializer class.
public UInt32Serializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonType
The representation.
converter
RepresentationConverter
The converter.