Interface Emitable

  • All Known Implementing Classes:
    Emitter

    public interface Emitable
    Drefine a way to serialize an event to output stream
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void emit​(org.snakeyaml.engine.v2.events.Event event)
      Serialise event to bytes
    • Method Detail

      • emit

        void emit​(org.snakeyaml.engine.v2.events.Event event)
        Serialise event to bytes
        Parameters:
        event - - the source