欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

python使用marshal模塊序列化實例

系統 1839 0

本文實例講述了python使用marshal模塊序列化的方法,分享給大家供大家參考。具體方法如下:

先來看看下面這段代碼:

            
import marshal
data1 = ['abc',12,23,'jb51']  #幾個測試數據
data2 = {1:'aaa',"b":'dad'}
data3 = (1,2,4)

output_file = open("a.txt",'wb')#把這些數據序列化到文件中,注:文件必須以二進制模式打開
marshal.dump(data1,output_file)
marshal.dump(data2,output_file)
marshal.dump(data3,output_file)
output_file.close()


input_file = open('a.txt','rb')#從文件中讀取序列化的數據
#data1 = []
data1 = marshal.load(input_file)
data2 = marshal.load(input_file)
data3 = marshal.load(input_file)
print data1#給同志們打印出結果看看
print data2
print data3


outstring = marshal.dumps(data1)#marshal.dumps()返回是一個字節串,該字節串用于寫入文件
open('out.txt','wb').write(outstring)

file_data = open('out.txt','rb').read()
real_data = marshal.loads(file_data)
print real_data

          

結果:

            
['abc', 12, 23, 'jb51']
{1: 'aaa', 'b': 'dad'}
(1, 2, 4)
['abc', 12, 23, 'jb51']


          

marshel模塊的幾個函數官方描述如下:

The module defines these functions:
marshal.dump(value, file[, version])
Write the value on the open file. The value must be a supported type. The file must be an open file object such as sys.stdout or returned by open() or os.popen(). It must be opened in binary mode ('wb' or 'w+b').
If the value has (or contains an object that has) an unsupported type, a ValueError exception is raised ― but garbage data will also be written to the file. The object will not be properly read back by load().
New in version 2.4: The version argument indicates the data format that dump should use (see below).
marshal.load(file)
Read one value from the open file and return it. If no valid value is read (e.g. because the data has a different Python version's incompatible marshal format), raise EOFError, ValueError or TypeError. The file must be an open file object opened in binary mode ('rb' or 'r+b').
Warning
If an object containing an unsupported type was marshalled with dump(), load() will substitute None for the unmarshallable type.
marshal.dumps(value[, version])
Return the string that would be written to a file by dump(value, file). The value must be a supported type. Raise a ValueError exception if value has (or contains an object that has) an unsupported type.
New in version 2.4: The version argument indicates the data format that dumps should use (see below).
marshal.loads(string)
Convert the string to a value. If no valid value is found, raise EOFError, ValueError or TypeError. Extra characters in the string are ignored.
In addition, the following constants are defined:
marshal.version
Indicates the format that the module uses.

marshal.version的用處 marshal不保證不同的python版本之間的兼容性,所以保留個版本信息的函數.

希望本文所述對大家Python程序設計的學習有所幫助。


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 99热97| jizzjizzjizzjizz国产| 精品欧美成人高清视频在线观看 | 欧美一线免费http | 日本高清无卡码一区二区久久 | 黄色片快播 | 欧美日韩一区二区三区在线观看 | 亚洲视频在线看 | 香港全黄一级毛片在线播放 | 成人毛片免费网站 | 亚洲AV成人天堂影院 | 婷婷qvod| 嫩草影院免费 | a欧美 | 亚洲午夜在线观看 | 国产香港一级毛片在线看 | 天天影院在线观看 | 国产japan色系videos护士 日韩精品视频在线免费观看 | 成人黄色在线观看视频 | 2017无毒的黄网网址 | www.久久久 | 首页亚洲国产丝袜长腿综合 | 亚洲欧美一区二区三区情侣bbw | 高清国产一区二区三区四区五区 | 日韩免费在线观看视频 | 国产精品久久久久久久久久 | 欧美日韩国产在线观看 | 日本国产成人精品视频 | 九一国产在线观看免费 | 色天天天天综合男人的天堂 | 爱爱视频在线观看 | 日韩中文字幕在线播放 | 免费看污又色又爽又黄视频 | 亚洲精品不卡久久久久久 | 久久精品久久精品久久 | 欧美日本国产 | 亚洲精品久久久久中文字幕欢迎你 | 精品欧美乱码久久久久久 | 欧美久久久久久久一区二区三区 | 国产精品国产a级 | 波多野结衣在线观看视频 |