org.ablaf.internal.ast
Class SerializationAstMarshal

java.lang.Object
  extended byorg.ablaf.internal.ast.SerializationAstMarshal
All Implemented Interfaces:
IAstMarshal

public class SerializationAstMarshal
extends java.lang.Object
implements IAstMarshal

Author:
jpetersen

Constructor Summary
SerializationAstMarshal()
           
 
Method Summary
 IAstDecoder openDecoder(java.io.InputStream input)
           
 IAstEncoder openEncoder(java.io.OutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationAstMarshal

public SerializationAstMarshal()
Method Detail

openEncoder

public IAstEncoder openEncoder(java.io.OutputStream output)
                        throws java.io.IOException
Specified by:
openEncoder in interface IAstMarshal
Throws:
java.io.IOException
See Also:
IAstMarshal.openEncoder(OutputStream)

openDecoder

public IAstDecoder openDecoder(java.io.InputStream input)
                        throws java.io.IOException
Specified by:
openDecoder in interface IAstMarshal
Throws:
java.io.IOException
See Also:
IAstMarshal.openDecoder(InputStream)


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