org.jvyaml
Interface Serializer

All Known Implementing Classes:
SerializerImpl

public interface Serializer


Method Summary
 void close()
           
 void open()
           
 void serialize(Node node)
           
 

Method Detail

open

void open()
          throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

serialize

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