I think 'serialization' means translating a data structure from one medium to another (from memory to a file, say - or maybe between programming languages). For example what you might use Storable, Data::Dumper or Python::Serialise::Pickle for.
Comment on Re: Using perl to speed up a series of bash commands by transforming them into a single command that will run everything in parallel.