Uses of Interface
com.yahoo.document.serialization.DocumentUpdateWriter
Packages that use DocumentUpdateWriter
-
Uses of DocumentUpdateWriter in com.yahoo.document
Methods in com.yahoo.document with parameters of type DocumentUpdateWriter -
Uses of DocumentUpdateWriter in com.yahoo.document.serialization
Subinterfaces of DocumentUpdateWriter in com.yahoo.document.serializationModifier and TypeInterfaceDescriptioninterfaceInterface for serializing documents.Classes in com.yahoo.document.serialization that implement DocumentUpdateWriterModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classClass used for serializing documents on the current head document format. -
Uses of DocumentUpdateWriter in com.yahoo.document.update
Methods in com.yahoo.document.update with parameters of type DocumentUpdateWriterModifier and TypeMethodDescriptionvoidAddValueUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidArithmeticValueUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidAssignValueUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidClearValueUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidFieldUpdate.serialize(DocumentUpdateWriter data) voidMapValueUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidRemoveValueUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidTensorAddUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidTensorModifyUpdate.serialize(DocumentUpdateWriter data, DataType superType) voidTensorRemoveUpdate.serialize(DocumentUpdateWriter data, DataType superType) abstract voidValueUpdate.serialize(DocumentUpdateWriter data, DataType superType)