org.aspectj.weaver
Class PersistenceSupport

java.lang.Object
  extended by org.aspectj.weaver.PersistenceSupport

public class PersistenceSupport
extends java.lang.Object


Constructor Summary
PersistenceSupport()
           
 
Method Summary
static void write(CompressingDataOutputStream stream, ISourceContext sourceContext)
           
static void write(CompressingDataOutputStream stream, java.io.Serializable serializableObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceSupport

public PersistenceSupport()
Method Detail

write

public static void write(CompressingDataOutputStream stream,
                         ISourceContext sourceContext)
                  throws java.io.IOException
Throws:
java.io.IOException

write

public static void write(CompressingDataOutputStream stream,
                         java.io.Serializable serializableObject)
                  throws java.io.IOException
Throws:
java.io.IOException