Package com.yahoo.document.serialization
Interface DocumentWriter
- All Superinterfaces:
FieldWriter
,com.yahoo.vespa.objects.Serializer
- All Known Subinterfaces:
DocumentSerializer
- All Known Implementing Classes:
JsonWriter
,VespaDocumentSerializer6
,VespaDocumentSerializerHead
- Author:
- ravishar
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes a document.void
write
(DocumentId id) void
write
(DocumentType type) Methods inherited from interface com.yahoo.document.serialization.FieldWriter
write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write
Methods inherited from interface com.yahoo.vespa.objects.Serializer
put, put, put, putByte, putDouble, putFloat, putInt, putLong, putShort
-
Method Details
-
write
Writes a document. -
write
-
write
-