org.ablaf.ast
Interface IAstMarshal

All Known Implementing Classes:
SerializationAstMarshal

public interface IAstMarshal

Author:
jpetersen

Method Summary
 IAstDecoder openDecoder(java.io.InputStream input)
           
 IAstEncoder openEncoder(java.io.OutputStream output)
           
 

Method Detail

openEncoder

public IAstEncoder openEncoder(java.io.OutputStream output)
                        throws java.io.IOException
Throws:
java.io.IOException

openDecoder

public IAstDecoder openDecoder(java.io.InputStream input)
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.