Decimal128Serializer Class (original) (raw)

Represents a serializer for Decimal128s.

Inheritance Hierarchy

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

Syntax

public class Decimal128Serializer : StructSerializerBase, IRepresentationConfigurable, IRepresentationConfigurable, IRepresentationConverterConfigurable, IRepresentationConverterConfigurable

Public Class Decimal128Serializer Inherits StructSerializerBase(Of Decimal128) Implements IRepresentationConfigurable(Of Decimal128Serializer), IRepresentationConfigurable, IRepresentationConverterConfigurable(Of Decimal128Serializer), IRepresentationConverterConfigurable

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

The Decimal128Serializer type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference