Click or drag to resize
DecimalSerializer Class
Inheritance Hierarchy
SystemObject
  Cassandra.SerializationTypeSerializer
    Cassandra.SerializationTypeSerializerDecimal
      Cassandra.Serialization.PrimitiveDecimalSerializer

Namespace: Cassandra.Serialization.Primitive
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public class DecimalSerializer : TypeSerializer<decimal>

The DecimalSerializer type exposes the following members.

Constructors
  NameDescription
Public methodDecimalSerializer
Initializes a new instance of the DecimalSerializer class
Top
Methods
Properties
See Also