Package org.apache.abdera.writer
Interface Writer
- All Known Subinterfaces:
NamedWriter
- All Known Implementing Classes:
AbstractNamedWriter,AbstractWriter
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Writers are used to serialize Abdera objects
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.setDefaultWriterOptions(WriterOptions options) Deprecated.Deprecated.Return the serialized form of the Abdera Basewrite(Base base, WriterOptions options) Deprecated.Return the serialized form of the Abdera BasevoidwriteTo(Base base, OutputStream out) Deprecated.Serialized the given Abdera Base to the given outputstreamvoidwriteTo(Base base, OutputStream out, WriterOptions options) Deprecated.Serialized the given Abdera Base to the given outputstreamvoidDeprecated.Serialized the given Abdera Base to the given writervoidwriteTo(Base base, Writer out, WriterOptions options) Deprecated.Serialized the given Abdera Base to the given writervoidwriteTo(Base base, WritableByteChannel out) Deprecated.voidwriteTo(Base base, WritableByteChannel out, WriterOptions options) Deprecated.
-
Method Details
-
writeTo
Deprecated.Serialized the given Abdera Base to the given outputstream- Throws:
IOException
-
writeTo
Deprecated.Serialized the given Abdera Base to the given writer- Throws:
IOException
-
write
Deprecated.Return the serialized form of the Abdera Base- Throws:
IOException
-
writeTo
Deprecated.Serialized the given Abdera Base to the given outputstream- Throws:
IOException
-
writeTo
Deprecated.Serialized the given Abdera Base to the given writer- Throws:
IOException
-
write
Deprecated.Return the serialized form of the Abdera Base- Throws:
IOException
-
writeTo
Deprecated.- Throws:
IOException
-
writeTo
Deprecated.- Throws:
IOException
-
getDefaultWriterOptions
WriterOptions getDefaultWriterOptions()Deprecated. -
setDefaultWriterOptions
Deprecated.
-