A helper class for serializing stateful session beans.
Instances of this class are used to replace the non-serializable fields of StatefulSessionBean
during serialization (passivation) and deserialization (activation)
Section 6.4.1 of the ejb1.1 specification states when this can happen.
See Also:org.jboss.ejb.plugins.SessionObjectOutputStream See Also:org.jboss.ejb.plugins.SessionObjectInputStream author: Sebastien Alborini version: $Revision: 57209 $