org.jvyamlb
Interface Serializer

All Known Implementing Classes:
SerializerImpl

public interface Serializer

Author:
Ola Bini

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