Defining custom/Java objects in an Interface (an afterthought ...)

ben keeping <[email protected]> Sat, 29 Mar 2003 23:50:29 +0000
Newsgroups gmane.comp.java.sun.idl.user
Message-ID <[email protected]>
Hello,

As an afterthought to my earlier post on this matter ... when RMI passes a
Java object from  Server to Client, I guess what it is doing is
"serializing" the object into byte (or other primitive type?) data, and then
passing this byte[] over the wire, to be "deserialized" at the other end, so
if I do this myself, as I have managed to, I guess it wouldd't be any
quicker even if it were possible to define a return type of some Java object
in IDL ... or am I way off the mark ??!!

Cheers,

Ben

_________________________________________________________________

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff IDL-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".