Interface Serializer


  • public interface Serializer
    Serializer...
    • Method Detail

      • writeContent

        void writeContent​(@Nonnull
                          java.io.OutputStream out)
                   throws java.io.IOException,
                          RepositoryException

        The specified stream remains open after this method returns.

        Parameters:
        out -
        Throws:
        java.io.IOException
        RepositoryException