boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: Challenge: Who can solve this problem? Thanx
相关主题
marshall 和 serialize 的区别?
请问一个serialize class object下载运行的问题
Object stream & serilization有啥用处?
Re: 如何读取serial port in Java
Re: 如何从Datagram Socket里读object
Re: 可笑的SUN!
(转载)国内不谈JAVA
how to copy an Object?
XML configuration read/write?
如何传递secret key
相关话题的讨论汇总
话题: thanx话题: who话题: challenge话题: class话题: so
进入Java版参与讨论
1 (共1页)
m******t
发帖数: 2416
1
Remember when we are talking about serializing objects and transfering
them over network, those actually serialized and transferred are only
the data members(some of them), not the code of those methods. So if
you want to "resume" your computing on the remote host, that is, you
are going to call some method of that same class(or its super class if
that method is passed along from there). So you have to have that same
class or the super class ready at the remote side.
1 (共1页)
进入Java版参与讨论
相关主题
如何传递secret key
how to multicast objects to clients in java?
求Jbuilder9的serial number and KEY!thanks
[转载] help~~~ Java comm for serial port
Interview Questions in Core Java
请问关于SUN JAVA free IDE
writeObject()的时候出现NotSerializableException是怎么回事?
How to know the size of a java object ?
type conversions
请大牛们贴一些java的面试题好吗
相关话题的讨论汇总
话题: thanx话题: who话题: challenge话题: class话题: so