Class JSXSerializerTrivial
java.lang.Object
com.io7m.jsx.serializer.JSXSerializerTrivial
- All Implemented Interfaces:
JSXSerializerType
A trivial serializer with no features.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JSXSerializerTypevoidSerialize the expression to the given output stream.
-
Method Details
-
newSerializer
- Returns:
- A new serializer
-
serialize
Description copied from interface:JSXSerializerTypeSerialize the expression to the given output stream.- Specified by:
serializein interfaceJSXSerializerType- Parameters:
e- The expressions- The output stream- Throws:
IOException- On I/O errors
-