public interface UpdateSerializerFactory
SerializerRegistry
thus allowing update serialization to be
customisedModifier and Type | Method and Description |
---|---|
boolean |
accept(Syntax syntax)
Return true if this factory can create a serializer for the given syntax
|
UpdateSerializer |
create(Syntax syntax,
Prologue prologue,
org.apache.jena.atlas.io.IndentedWriter writer)
Return a serializer for the given syntax
|
boolean accept(Syntax syntax)
UpdateSerializer create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer)
Licenced under the Apache License, Version 2.0