Package org.snakeyaml.engine.v2.emitter
Interface Emitable
-
- All Known Implementing Classes:
Emitter
public interface EmitableDrefine a way to serialize an event to output stream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(org.snakeyaml.engine.v2.events.Event event)Serialise event to bytes
-