能将某个对象持久化存储起来,同时也能从磁盘中将该对象取出来。
存储:将对象通过encode转成Data数据进行存储
取:将Data数据通过decode转成具体的对象取出来
demo地址:
https://github.com/pro648/BasicDemos-iOS/tree/master/MementoPattern
能将某个对象持久化存储起来,同时也能从磁盘中将该对象取出来。
存储:将对象通过encode转成Data数据进行存储
取:将Data数据通过decode转成具体的对象取出来
demo地址:
https://github.com/pro648/BasicDemos-iOS/tree/master/MementoPattern
本文标题:备忘录模式在swift中的体现
本文链接:https://www.haomeiwen.com/subject/bnlqxrtx.html
网友评论