net.sf.cglib
Class Enhancer.InternalReplace

java.lang.Object
  extended bynet.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
equals, 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
Throws:
java.io.ObjectStreamException


Copyright (c) 2001 - Apache Software Foundation