boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - marshall 和 serialize 的区别?
相关主题
Re: 可笑的SUN!
请问一个serialize class object下载运行的问题
Re: Challenge: Who can solve this problem? Thanx
Object stream & serilization有啥用处?
PHP vs ASP vs JSP
Re: DCOM, CORBA, JAVA/RMI
J2EE 会热多久?
Re: 如何读取serial port in Java
Re: 如何从Datagram Socket里读object
(转载)国内不谈JAVA
相关话题的讨论汇总
话题: definition话题: serialize话题: marshall话题: marshaling话题: 区别
进入Java版参与讨论
1 (共1页)
t******t
发帖数: 51
1
在我看来, 他们都是使一个 object 变成可读形式. 请问有何异同? English reply is
fine. where can I find the definition of them? I know the clear definition
of the serialization but unable to locate the 'marshaling'. please help.
Thank you.
c*****t
发帖数: 1879
2
exactly the same meaning.

is
definition

【在 t******t 的大作中提到】
: 在我看来, 他们都是使一个 object 变成可读形式. 请问有何异同? English reply is
: fine. where can I find the definition of them? I know the clear definition
: of the serialization but unable to locate the 'marshaling'. please help.
: Thank you.

m******t
发帖数: 2416
3
I think they basically mean the same thing. Although I think "serializing"
is sort of the official term in Java, while almost all other technologies
refer to the same thing as "marshaling". For instance CORBA and DCOM both
use that.

is
definition

【在 t******t 的大作中提到】
: 在我看来, 他们都是使一个 object 变成可读形式. 请问有何异同? English reply is
: fine. where can I find the definition of them? I know the clear definition
: of the serialization but unable to locate the 'marshaling'. please help.
: Thank you.

1 (共1页)
进入Java版参与讨论
相关主题
(转载)国内不谈JAVA
how to copy an Object?
XML configuration read/write?
如何传递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是怎么回事?
相关话题的讨论汇总
话题: definition话题: serialize话题: marshall话题: marshaling话题: 区别