org.jactr.io.antlr3.serialization
Class Serializer

java.lang.Object
  extended by org.jactr.io.antlr3.serialization.Serializer

public class Serializer
extends java.lang.Object


Field Summary
static org.apache.commons.logging.Log LOGGER
          logger definition
 
Constructor Summary
Serializer()
           
 
Method Summary
static org.antlr.runtime.tree.CommonTree read(java.io.DataInput input)
           
static void write(org.antlr.runtime.tree.CommonTree tree, java.io.DataOutput output)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.commons.logging.Log LOGGER
logger definition

Constructor Detail

Serializer

public Serializer()
Method Detail

write

public static void write(org.antlr.runtime.tree.CommonTree tree,
                         java.io.DataOutput output)
                  throws java.io.IOException
Throws:
java.io.IOException

read

public static org.antlr.runtime.tree.CommonTree read(java.io.DataInput input)
                                              throws java.io.IOException
Throws:
java.io.IOException