TypeCodec instances useful for serializing between CQL lists and Java arrays.See: Description
| Class | Description | 
|---|---|
| AbstractArrayCodec<T> | Base class for all codecs dealing with Java arrays. | 
| AbstractPrimitiveArrayCodec<T> | Base class for all codecs dealing with Java primitive arrays. | 
| DoubleArrayCodec | A codec that maps the CQL type  list<double>to the Java typedouble[]. | 
| FloatArrayCodec | A codec that maps the CQL type  list<float>to the Java typefloat[]. | 
| IntArrayCodec | A codec that maps the CQL type  list<int>to the Java typeint[]. | 
| LongArrayCodec | A codec that maps the CQL type  list<long>to the Java typelong[]. | 
| ObjectArrayCodec<E> | Codec dealing with Java object arrays. | 
TypeCodec instances useful for serializing between CQL lists and Java arrays.Copyright © 2012–2020. All rights reserved.