Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.ser.binary | |
org.apache.tinkerpop.gremlin.driver.ser.binary.types |
Modifier and Type | Method and Description |
---|---|
ByteBuf |
TypeSerializer.write(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context)
Writes the type code, information and value to a buffer using the provided allocator.
|
ByteBuf |
RequestMessageSerializer.writeValue(RequestMessage value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ResponseMessageSerializer.writeValue(ResponseMessage value,
ByteBufAllocator allocator,
GraphBinaryWriter context,
boolean nullable) |
ByteBuf |
TypeSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context,
boolean nullable)
Writes the value to a buffer, composed by the value flag and the sequence of bytes.
|
Modifier and Type | Method and Description |
---|---|
ByteBuf |
SimpleTypeSerializer.write(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
BigDecimalSerializer.writeValue(BigDecimal value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
BigIntegerSerializer.writeValue(BigInteger value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
BulkSetSerializer.writeValue(BulkSet value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ByteBufferSerializer.writeValue(ByteBuffer value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
BindingSerializer.writeValue(Bytecode.Binding value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ByteCodeSerializer.writeValue(Bytecode value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
CharSerializer.writeValue(Character value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ClassSerializer.writeValue(Class value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
DurationSerializer.writeValue(Duration value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
EnumSerializer.writeValue(E value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
EdgeSerializer.writeValue(Edge value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
GraphSerializer.writeValue(Graph value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
InstantSerializer.writeValue(Instant value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
LambdaSerializer.writeValue(Lambda value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ListSerializer.writeValue(List value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
LocalDateSerializer.writeValue(LocalDate value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
LocalDateTimeSerializer.writeValue(LocalDateTime value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
LocalTimeSerializer.writeValue(LocalTime value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
MapEntrySerializer.writeValue(Map.Entry value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
MapSerializer.writeValue(Map value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
MetricsSerializer.writeValue(Metrics value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
MonthDaySerializer.writeValue(MonthDay value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
OffsetDateTimeSerializer.writeValue(OffsetDateTime value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
OffsetTimeSerializer.writeValue(OffsetTime value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
PathSerializer.writeValue(Path value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
PeriodSerializer.writeValue(Period value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
PropertySerializer.writeValue(Property value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
SetSerializer.writeValue(Set value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
StringSerializer.writeValue(String value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
abstract ByteBuf |
SimpleTypeSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context)
Writes a non-nullable value into a buffer using the provided allocator.
|
ByteBuf |
SingleTypeSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
InetAddressSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
PSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
DateSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
SimpleTypeSerializer.writeValue(T value,
ByteBufAllocator allocator,
GraphBinaryWriter context,
boolean nullable) |
ByteBuf |
TraversalExplanationSerializer.writeValue(TraversalExplanation value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
TraversalStrategySerializer.writeValue(TraversalStrategy value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
TraverserSerializer.writeValue(Traverser value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
TreeSerializer.writeValue(Tree value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
UUIDSerializer.writeValue(UUID value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
VertexSerializer.writeValue(Vertex value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
VertexPropertySerializer.writeValue(VertexProperty value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
YearMonthSerializer.writeValue(YearMonth value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ZonedDateTimeSerializer.writeValue(ZonedDateTime value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
ByteBuf |
ZoneOffsetSerializer.writeValue(ZoneOffset value,
ByteBufAllocator allocator,
GraphBinaryWriter context) |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.