Interface UpdateSerializerFactory
-
public interface UpdateSerializerFactoryInterface for update serializer factories, these may be registered with theSerializerRegistrythus allowing update serialization to be customised
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Syntax syntax)Return true if this factory can create a serializer for the given syntaxUpdateSerializercreate(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer)Return a serializer for the given syntax
-
-
-
Method Detail
-
accept
boolean accept(Syntax syntax)
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
-
-