A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
@author Paul Hammant
@version $Revision: 1.4 $ $Date: 2003/03/22 12:46:24 $
ObjectInputStream that can read serialized java Objects using a supplied classloader to find the object's classes.
@author Simone Bordet
@version $Revision: 1.1.1.1 $
A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
@author Paul Hammant
@version $Revision: 494012 $ $Date: 2007-01-08 10:23:58 +0000 (Mon, 08 Jan 2007) $
Object input stream for deserialization of objects that require a custom class loader. Subclasses the regular object input stream, but uses a partilcar class loader for object construction.
@author Heiko Erhardt
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.