Python has a more primitive serialization module called marshal , but in general pickle should always be the preferred way to serialize Python objects.
確定! 回上一頁