Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2
-
None
Description
It has been discussed at GORA-81, and a kind of fix has been committed as a part of GORA-138 patch.
Since it is one of the main functionalities of gora-cassandra to handle Serializers, it seems a good idea to separate those code from store and query packages.
I will be attaching my patch shortly.
1) Utf8Serializer makes simple to handle Type.STRING;
2) GoraSerializerTypeInferer is a single point go get Serializer, and it is extensible to support additional types in future;
3) Type.BOOLEAN is supported.
Attachments
Attachments
Issue Links
- is related to
-
GORA-53 Add Gora-Cassandra tests
- Closed
-
GORA-149 new serializer of MAP for single column implementation
- Closed
- relates to
-
GORA-81 Replace CassandraStore#addOrUpdateField with TypeInferringSerializer to take advantage of when the value is already of type ByteBuffer.
- Closed
-
GORA-131 gora-cassandra should support other key types than String
- Closed
-
GORA-138 gora-cassandra array type support
- Closed
-
GORA-132 Uses ByteBufferSerializer for column value to support various data types rather than StringSerializer
- Closed
-
GORA-140 Requires some adjustments on dependency at gora-cassandra
- Closed