本文介绍了使用快速json或(select / insert)从/进入数据库更快(序列化/反序列化)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有c#console应用程序,我想将字典的内容保存在文件或数据库中。所以我想问:
哪个更快(序列化/反序列化)使用序列化库像( fastjson)或(select / insert)from / into数据库?
I have c# console application and I want to save the content of dictionaries in a file or database.so I wanted to ask:
which is faster(serialize/deserialize)using serialization libraries like(fastjson) or (select/insert)from/into database?
推荐答案
这篇关于使用快速json或(select / insert)从/进入数据库更快(序列化/反序列化)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!