
The thread::serialize module is a library for centralizing the routines used to serialize data-structures between threads. because of this central location, other modules such as thread::conveyor, thread::pool or thread::tie can benefit from the same optimilizations that may take place here in the future.