Package com.yahoo.document.serialization
Class VespaDocumentSerializerHead
java.lang.Object
com.yahoo.vespa.objects.BufferSerializer
com.yahoo.document.serialization.VespaDocumentSerializer6
com.yahoo.document.serialization.VespaDocumentSerializerHead
- All Implemented Interfaces:
AnnotationWriter,DocumentSerializer,DocumentUpdateWriter,DocumentWriter,FieldWriter,SpanNodeWriter,SpanTreeWriter,com.yahoo.vespa.objects.Deserializer,com.yahoo.vespa.objects.Serializer
Class used for serializing documents on the current head document format.
- Author:
- baldersheim
-
Field Summary
Fields inherited from class com.yahoo.vespa.objects.BufferSerializer
buf -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(TensorAddUpdate update) voidwrite(TensorModifyUpdate update) voidwrite(TensorRemoveUpdate update) Methods inherited from class com.yahoo.document.serialization.VespaDocumentSerializer6
write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeMethods inherited from class com.yahoo.vespa.objects.BufferSerializer
createUTF8CharArray, flip, getBuf, getByte, getBytes, getDouble, getFloat, getInt, getInt1_2_4Bytes, getInt1_4Bytes, getInt2_4_8Bytes, getLong, getShort, getString, order, order, position, position, put, put, put, putByte, putDouble, putFloat, putInt, putInt1_4Bytes, putInt2_4_8Bytes, putLong, putShort, remaining, setBuf, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.document.serialization.DocumentSerializer
getBufMethods inherited from interface com.yahoo.vespa.objects.Serializer
put, put, put, putByte, putDouble, putFloat, putInt, putLong, putShort
-
Constructor Details
-
VespaDocumentSerializerHead
public VespaDocumentSerializerHead(com.yahoo.io.GrowableByteBuffer buf)
-
-
Method Details
-
write
- Specified by:
writein interfaceDocumentUpdateWriter- Overrides:
writein classVespaDocumentSerializer6
-
write
- Specified by:
writein interfaceDocumentUpdateWriter- Overrides:
writein classVespaDocumentSerializer6
-
write
- Specified by:
writein interfaceDocumentUpdateWriter- Overrides:
writein classVespaDocumentSerializer6
-