public final class SerializerTrivial extends Object implements SerializerType
| Modifier and Type | Method and Description |
|---|---|
static SerializerType |
newSerializer() |
void |
serialize(SExpressionType e,
OutputStream s)
Serialize the expression to the given output stream.
|
public static SerializerType newSerializer()
public void serialize(SExpressionType e, OutputStream s) throws IOException
SerializerTypeserialize in interface SerializerTypee - The expressions - The output streamIOException - On I/O errorsCopyright © 2015 <code@io7m.com> http://io7m.com