UInt32Serializer Class (original) (raw)

Represents a serializer for UInt32s.

Inheritance Hierarchy

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class UInt32Serializer : StructSerializerBase, IRepresentationConfigurable, IRepresentationConfigurable, IRepresentationConverterConfigurable, IRepresentationConverterConfigurable

Public Class UInt32Serializer Inherits StructSerializerBase(Of UInteger) Implements IRepresentationConfigurable(Of UInt32Serializer), IRepresentationConfigurable, IRepresentationConverterConfigurable(Of UInt32Serializer), IRepresentationConverterConfigurable

type UInt32Serializer =
class inherit StructSerializerBase interface IRepresentationConfigurable interface IRepresentationConfigurable interface IRepresentationConverterConfigurable interface IRepresentationConverterConfigurable end

The UInt32Serializer type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference