Interface JSXSerializerType
- All Known Implementing Classes:
JSXSerializerTrivial
public interface JSXSerializerType
The type of expression serializers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSerialize the expression to the given output stream.
-
Method Details
-
serialize
Serialize the expression to the given output stream.- Parameters:
e- The expressions- The output stream- Throws:
IOException- On I/O errors
-