Package org.yaml.snakeyaml.emitter
Interface Emitable
- All Known Implementing Classes:
Emitter
public interface Emitable
Drefine a way to serialize an event to output stream
-
Method Summary
-
Method Details
-
emit
Push event to bytes- Parameters:
event
- - the source- Throws:
IOException
- if bytes bite
-