Expand description
Contains the SerializeValue
trait and its implementations.
Structs§
- Serialization of one of the built-in types failed.
- Type checking of one of the built-in types failed.
- Value
Adapter Deprecated ImplementsSerializeValue
if the type wrapped over implementsValue
.
Enums§
- Describes why serialization of some of the built-in types has failed.
- Describes why type checking some of the built-in types has failed.
- Describes why serialization of a map type failed.
- Describes why type checking of a map type failed.
- Describes why serialization of a set or list type failed.
- Describes why type checking of a set or list type failed.
- Describes why serialize of a tuple failed.
- Describes why type checking of a tuple failed.
- Describes why serialization of a user defined type failed.
- Describes why type checking of a user defined type failed.
- Value
ToSerialize Value Adapter Error Deprecated Describes a failure to translate the output of theValue
legacy trait into an output of theSerializeValue
trait.
Traits§
- A type that can be serialized and sent along with a CQL statement.
Functions§
- serialize_
legacy_ value Deprecated Serializes a value implementingValue
by using theCellWriter
interface.