net.sf.cglib
Class Enhancer.InternalReplace

java.lang.Object
  |
  +--net.sf.cglib.Enhancer.InternalReplace
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Enhancer

public static class Enhancer.InternalReplace
extends java.lang.Object
implements java.io.Serializable

Class containing the default implementation of the writeReplace method. TODO: document what I do

See Also:
Serialized Form

Constructor Summary
Enhancer.InternalReplace()
           
 
Method Summary
static java.lang.Object writeReplace(java.lang.Object enhanced)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enhancer.InternalReplace

public Enhancer.InternalReplace()
Method Detail

writeReplace

public static java.lang.Object writeReplace(java.lang.Object enhanced)
                                     throws java.io.ObjectStreamException


Copyright © 2002-2003 cglib. All Rights Reserved.