Module org.apache.jena.arq
Interface UpdateSerializerFactory
public interface UpdateSerializerFactory
Interface for update serializer factories, these may be registered with the
SerializerRegistry
thus allowing update serialization to be
customised-
Method Summary
-
Method Details
-
accept
Return true if this factory can create a serializer for the given syntax -
create
UpdateSerializer create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer) Return a serializer for the given syntax
-