Class Serializer

java.lang.Object
org.yaml.snakeyaml.serializer.Serializer

public final class Serializer
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Serializer​(Emitable emitter, Resolver resolver, DumperOptions opts, Tag rootTag)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void open()  
    void serialize​(Node node)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • open

      public void open() throws java.io.IOException
      Throws:
      java.io.IOException
    • close

      public void close() throws java.io.IOException
      Throws:
      java.io.IOException
    • serialize

      public void serialize​(Node node) throws java.io.IOException
      Throws:
      java.io.IOException