org.yaml.snakeyaml.serializer
Class Serializer
java.lang.Object
org.yaml.snakeyaml.serializer.Serializer
public final class Serializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Serializer
public Serializer(Emitable emitter,
Resolver resolver,
DumperOptions opts,
Tag rootTag)
open
public void open()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
serialize
public void serialize(Node node)
throws IOException
- Throws:
IOException
Copyright © 2008-2011. All Rights Reserved.