public class SerializablePairLongStringSimpleStagedSerde extends Object implements StagedSerde<SerializablePairLongString>
or Long:StringSize:StringData
| Constructor and Description |
|---|
SerializablePairLongStringSimpleStagedSerde() |
| Modifier and Type | Method and Description |
|---|---|
SerializablePairLongString |
deserialize(ByteBuffer byteBuffer) |
StorableBuffer |
serializeDelayed(SerializablePairLongString value)
Useful method when some computation is necessary to prepare for serialization without actually writing out
all the bytes in order to determine the serialized size.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserialize, serializepublic SerializablePairLongStringSimpleStagedSerde()
public StorableBuffer serializeDelayed(@Nullable SerializablePairLongString value)
StagedSerdeStorableBuffer
instance returnedserializeDelayed in interface StagedSerde<SerializablePairLongString>value - - object to serialize@Nullable public SerializablePairLongString deserialize(ByteBuffer byteBuffer)
deserialize in interface StagedSerde<SerializablePairLongString>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.