Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.binary | |
org.apache.tinkerpop.gremlin.structure.io.binary.types |
Class and Description |
---|
CustomTypeSerializer
Represents a serializer for a custom (provider specific) serializer.
|
Class and Description |
---|
DateSerializer |
EnumSerializer
Generalized serializer for {#code Enum} value types.
|
SimpleTypeSerializer
Base class for serialization of types that don't contain type specific information only {type_code}, {value_flag}
and {value}.
|
SingleTypeSerializer
Represents a serializer for types that can be represented as a single value and that can be read and write
in a single operation.
|
TransformSerializer
Represents a special TypeSerializer placeholder that transforms the value into another before serializing it.
|
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.