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

    Modifier and Type
    Method
    Description
    boolean
    accept(Syntax syntax)
    Return true if this factory can create a serializer for the given syntax
    create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer)
    Return a serializer for the given syntax
  • Method Details

    • 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