public class TextWriterTriple extends TextWriterWriterInterface<Triple<?,?,?>>
Constructor and Description |
---|
TextWriterTriple() |
Modifier and Type | Method and Description |
---|---|
void |
write(TextWriterStream out,
String label,
Triple<?,?,?> object)
Serialize a triple, component-wise
|
writeObject
public void write(TextWriterStream out, String label, Triple<?,?,?> object) throws UnableToComplyException, IOException
write
in class TextWriterWriterInterface<Triple<?,?,?>>
out
- Output streamlabel
- Label to prefixobject
- object to outputUnableToComplyException
- on errorsIOException
- on IO errors