- All Superinterfaces:
org.apache.jena.atlas.lib.Closeable
- All Known Implementing Classes:
UpdateWriter
public interface UpdateSerializer
extends org.apache.jena.atlas.lib.Closeable
Interface for update serializers which may be registered indirectly with the
SerializerRegistry via a UpdateSerializerFactory thus
allowing the customisation of update serialization.-
Method Summary
Modifier and TypeMethodDescriptionvoidopen()Must be called prior to passing updates to the serializervoidSerializes a sequence of updatesvoidSerializes a sequence of updatesvoidSerializes the given updateMethods inherited from interface org.apache.jena.atlas.lib.Closeable
close
-
Method Details
-
open
void open()Must be called prior to passing updates to the serializer -
update
Serializes the given update- Parameters:
update- Update
-
update
Serializes a sequence of updates- Parameters:
updates- Updates
-
update
Serializes a sequence of updates- Parameters:
updateIter- Updates
-