Expand description
Contains the SerializeValue
trait and its implementations.
Structs§
- Builtin
Serialization Error - Serialization of one of the built-in types failed.
- Builtin
Type Check Error - Type checking of one of the built-in types failed.
Enums§
- Builtin
Serialization Error Kind - Describes why serialization of some of the built-in types has failed.
- Builtin
Type Check Error Kind - Describes why type checking some of the built-in types has failed.
- MapSerialization
Error Kind - Describes why serialization of a map type failed.
- MapType
Check Error Kind - Describes why type checking of a map type failed.
- SetOr
List Serialization Error Kind - Describes why serialization of a set or list type failed.
- SetOr
List Type Check Error Kind - Describes why type checking of a set or list type failed.
- Tuple
Serialization Error Kind - Describes why serialize of a tuple failed.
- Tuple
Type Check Error Kind - Describes why type checking of a tuple failed.
- UdtSerialization
Error Kind - Describes why serialization of a user defined type failed.
- UdtType
Check Error Kind - Describes why type checking of a user defined type failed.
Traits§
- Serialize
Value - A type that can be serialized and sent along with a CQL statement.