DecimalSerializer Class (original) (raw)

Represents a serializer for Decimals.

Inheritance Hierarchy

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

Syntax

public class DecimalSerializer : StructSerializerBase, IRepresentationConfigurable, IRepresentationConfigurable, IRepresentationConverterConfigurable, IRepresentationConverterConfigurable

Public Class DecimalSerializer Inherits StructSerializerBase(Of Decimal) Implements IRepresentationConfigurable(Of DecimalSerializer), IRepresentationConfigurable, IRepresentationConverterConfigurable(Of DecimalSerializer), IRepresentationConverterConfigurable

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

The DecimalSerializer type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference