http://en.wikipedia.org/wiki/Serialization

Serialization here refer to the action of translating a complex data object into a simpler format. For example, translating an array [1,2,3] into a text string "1,2,3".
Tor.

Practical Perl wrote:
I saw a paper about DB_File,

      Three serialization wrappers are currently supported: Data::Dumper,
Storable, and FreezeThaw. Additional serializers can be supported by
      writing a wrapper that implements the interface required by
MLDBM::Serializer. See the supported wrappers and the MLDBM::Serial-
      izer source for details.

can you tell me what's serialization?Thanks.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to