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 bywriting a wrapper that implements the interface required byMLDBM::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>
