GORA-142 introduced various type of serializers, but it does not support MAP yet.
In order to pass gora-cassandra tests for GORA-53,
it needs to support MAP type nested in RECORD type for WebPage schema.
GORA-142Creates org.apache.gora.cassandra.serializers package in order to clean the code of store and query packages and to support additional types in future.