Kazuomi Kashii created GORA-142:
-----------------------------------
Summary: Creates org.apache.gora.cassandra.serializers package in
order to clean the code of store and query packages and to support additional
types in future.
Key: GORA-142
URL: https://issues.apache.org/jira/browse/GORA-142
Project: Apache Gora
Issue Type: Improvement
Components: storage-cassandra
Reporter: Kazuomi Kashii
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira