Memcached USES a per-connectionbuffer to read and write data out over the network.
memcached为每个链接使用单独的缓存进行数据的读写。
2
As we know Serialization is the process of saving an object in a storage medium (such as a file, or a memory buffer) or to transmit it over a networkconnection in binary form.