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.
- ValueAdapterDeprecatedImplements
SerializeValue
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.
- ValueToSerializeValueAdapterErrorDeprecatedDescribes a failure to translate the output of the
Value
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_valueDeprecatedSerializes a value implementing
Value
by using theCellWriter
interface.