摘要: Serialization (known as pickling in python) is an easy way to convert an object to a binary representation that can then be e.g. written to disk or sent over a wire.It's useful e.g. for easy saving of settings to a file.You can serialize your own classes if you mark them with [Serializable] attr 阅读全文
posted @ 2013-09-24 17:51 TerryChan 阅读(266) 评论(0) 推荐(0) 编辑