Click or drag to resize
CustomTypeSerializerT Class
Base serializer for custom types.
Inheritance Hierarchy
SystemObject
  Cassandra.SerializationTypeSerializer
    Cassandra.SerializationTypeSerializerT
      Cassandra.SerializationCustomTypeSerializerT

Namespace: Cassandra.Serialization
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public abstract class CustomTypeSerializer<T> : TypeSerializer<T>

Type Parameters

T

The CustomTypeSerializerT type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
When overridden from a derived class, it reads the byte buffer and returns the CLR representation of the data type.
(Inherited from TypeSerializerT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSerialize
When overridden from a derived class, it encodes the CLR object into the byte representation according to the Cassandra native protocol.
(Inherited from TypeSerializerT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
See Also