Click or drag to resize
TypeSerializerDefinitions Class
Inheritance Hierarchy
SystemObject
  Cassandra.SerializationTypeSerializerDefinitions

Namespace: Cassandra.Serialization
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public class TypeSerializerDefinitions

The TypeSerializerDefinitions type exposes the following members.

Constructors
  NameDescription
Public methodTypeSerializerDefinitions
Initializes a new instance of the TypeSerializerDefinitions class
Top
Methods
  NameDescription
Public methodDefineT
Defines a new TypeSerializerT instance to use.

If you try to define a serializer for a type that was already defined, the driver will log a warning and ignore it.

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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also