@Deprecated public class ListOutputCodec extends OutputCodec<List>
This codec is deprecated and not registered in the output codec service.
Use AlgebraStringRepresentationOutputCodec
instead.
Constructor and Description |
---|
ListOutputCodec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
write(List list,
OutputStream ostream)
Deprecated.
Writes a string representation of a given object to an output stream.
|
addOptions, asString, asStringSupplier, getAllOutputCodecs, getMetadata, getOption, getOutputCodecByExtension, getOutputCodecByName, getOutputCodecs, hasTrueOption
public void write(List list, OutputStream ostream) throws IOException, UnsupportedOperationException
OutputCodec
write
in class OutputCodec<List>
IOException
- if something went wrong with I/OUnsupportedOperationException
- if a problem occurred in computing
the representation of the objectCopyright © 2017. All rights reserved.