Class AbstractWriter

  • All Implemented Interfaces:
    Writer
    Direct Known Subclasses:
    AbstractNamedWriter

    @Deprecated(since="2021-07-29")
    public abstract class AbstractWriter
    extends java.lang.Object
    implements Writer
    Deprecated.
    • Constructor Detail

      • AbstractWriter

        public AbstractWriter()
        Deprecated.
    • Method Detail

      • write

        public java.lang.Object write​(Base base)
                               throws java.io.IOException
        Deprecated.
        Description copied from interface: Writer
        Return the serialized form of the Abdera Base
        Specified by:
        write in interface Writer
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(Base base,
                            java.io.OutputStream out)
                     throws java.io.IOException
        Deprecated.
        Description copied from interface: Writer
        Serialized the given Abdera Base to the given outputstream
        Specified by:
        writeTo in interface Writer
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(Base base,
                            java.io.Writer out)
                     throws java.io.IOException
        Deprecated.
        Description copied from interface: Writer
        Serialized the given Abdera Base to the given writer
        Specified by:
        writeTo in interface Writer
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(Base base,
                            java.nio.channels.WritableByteChannel out,
                            WriterOptions options)
                     throws java.io.IOException
        Deprecated.
        Specified by:
        writeTo in interface Writer
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(Base base,
                            java.nio.channels.WritableByteChannel out)
                     throws java.io.IOException
        Deprecated.
        Specified by:
        writeTo in interface Writer
        Throws:
        java.io.IOException