Uses of Interface
com.yahoo.document.serialization.DocumentReader
Packages that use DocumentReader
-
Uses of DocumentReader in com.yahoo.document
Methods in com.yahoo.document with parameters of type DocumentReaderModifier and TypeMethodDescriptionstatic DocumentDocument.createDocument(DocumentReader buffer) voidDocument.deserialize(DocumentReader reader) Constructors in com.yahoo.document with parameters of type DocumentReader -
Uses of DocumentReader in com.yahoo.document.serialization
Subinterfaces of DocumentReader in com.yahoo.document.serializationModifier and TypeInterfaceDescriptioninterfaceInterface for de-serializing documents.Classes in com.yahoo.document.serialization that implement DocumentReaderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classClass used for de-serializing documents on the current head document format. -
Uses of DocumentReader in com.yahoo.vespaxmlparser
Classes in com.yahoo.vespaxmlparser that implement DocumentReaderModifier and TypeClassDescriptionclassXML parser that reads Vespa documents from an XML stream.