由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: Challenge: Who can solve this problem? Thanx
相关主题
marshall 和 serialize 的区别?XML configuration read/write?
请问一个serialize class object下载运行的问题如何传递secret key
Object stream & serilization有啥用处?how to multicast objects to clients in java?
Re: 如何读取serial port in Java求Jbuilder9的serial number and KEY!thanks
Re: 如何从Datagram Socket里读object[转载] help~~~ Java comm for serial port
Re: 可笑的SUN!Interview Questions in Core Java
(转载)国内不谈JAVA请问关于SUN JAVA free IDE
how to copy an Object?writeObject()的时候出现NotSerializableException是怎么回事?
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
writeObject()的时候出现NotSerializableException是怎么回事?Re: 如何从Datagram Socket里读object
How to know the size of a java object ?Re: 可笑的SUN!
type conversions(转载)国内不谈JAVA
请大牛们贴一些java的面试题好吗how to copy an Object?
marshall 和 serialize 的区别?XML configuration read/write?
请问一个serialize class object下载运行的问题如何传递secret key
Object stream & serilization有啥用处?how to multicast objects to clients in java?
Re: 如何读取serial port in Java求Jbuilder9的serial number and KEY!thanks
相关话题的讨论汇总
话题: thanx话题: who话题: challenge话题: class话题: so