id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
91	Fast deep object clone	Bernhard Haumacher (haui at haumacher dot de)		"In local invocations, the parameters and result values have to be cloned. This deep cloning was implemented by marshaling the object to a stream and reading it back. This is extremely inefficient. In the Transportable mechanism there is now a deep object clone mechanism included. Besides the functionality of marshaling and demarshaling a transportable object now also offers the ability to directly clone the object and all its references.
=== Code ===
{{{
uka.transport.Transportable
}}}

'''implemented''' since 1.05.
"	enhancement	closed	normal	1.05	uka.transport		normal	fixed		
