This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-1942
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 8bb4b10 TINKERPOP-1942 Threw in a bunch of final on vars and other
minor fixups
add 9754d8e TINKERPOP-1942 Added general Enum serializer
No new revisions were added by this update.
Summary of changes:
.../driver/ser/binary/GraphBinaryReader.java | 2 +-
.../driver/ser/binary/GraphBinaryWriter.java | 4 +-
.../driver/ser/binary/TypeSerializerRegistry.java | 52 +++++++++++++--
.../driver/ser/binary/types/EnumSerializer.java | 74 ++++++++++++++++++++++
.../GraphBinaryReaderWriterRoundTripTest.java | 63 ++++++++++++++----
5 files changed, 175 insertions(+), 20 deletions(-)
create mode 100644
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ser/binary/types/EnumSerializer.java