In article <[EMAIL PROTECTED]>, Greg A. Woods wrote:
>[ On Friday, September 14, 2001 at 14:13:20 (-0700), Edward Peschko wrote: ]
>> Subject: Re: checking in links to source control
>>
>> Sorry you haven't heard the term. Its pretty common in OO - here the things
>> being serialized are objects, they are being serialized into bytes, and they
>> are being reconstructed by a remote host.
>
>I generally go for a copy of one of my many dictionaries, or some
>encyclopedia, or even www.dict.org, to learn the meaning of something.

Serialization has a special meaning in computing (more than one, in
fact). An ordinary dictionary won't do; you need a computing dictionary.

>However the specific case of "object serialisation" you described is not
>really applicable outside the OO paradigm, nor to something that's
>primarily attribute control, or even the initiation of actions to
>instantiate attributes.

``Serialization'' in this context means the same thing as
``marshalling''. It's not restricted to the object oriented paradigm.

It just means taking some internal representation of data and
producting some external representation, for transmission or
persistent storage. ``Flattening'' is another word for this.
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to