JSXSerializerTypepublic final class JSXSerializerTrivial extends java.lang.Object implements JSXSerializerType
| Modifier and Type | Method | Description |
|---|---|---|
static JSXSerializerType |
newSerializer() |
|
void |
serialize(SExpressionType e,
java.io.OutputStream s) |
Serialize the expression to the given output stream.
|
public static JSXSerializerType newSerializer()
public void serialize(SExpressionType e, java.io.OutputStream s) throws java.io.IOException
JSXSerializerTypeserialize in interface JSXSerializerTypee - The expressions - The output streamjava.io.IOException - On I/O errorsCopyright © 2017 <code@io7m.com> http://io7m.com