Interface DocumentDeserializer

All Superinterfaces:
AnnotationReader, com.yahoo.vespa.objects.Deserializer, DocumentReader, DocumentUpdateReader, FieldReader, SpanNodeReader, SpanTreeReader
All Known Implementing Classes:
VespaDocumentDeserializer6, VespaDocumentDeserializerHead

Interface for de-serializing documents. A particular instance of this class is tied to a version of the document format.
Author:
geirst
  • Method Details

    • getBuf

      com.yahoo.io.GrowableByteBuffer getBuf()
      Returns the underlying buffer used for de-serialization.
    • getTypeRepo

      DocumentTypeManager getTypeRepo()