Json 序列化与反序列 C#脚本(.Net方法)

时间:2020-07-27 06:28:46
【文件属性】:

文件名称:Json 序列化与反序列 C#脚本(.Net方法)

文件大小:743B

文件格式:ZIP

更新时间:2020-07-27 06:28:46

Json

Json 序列化与反序列 C#脚本 //读json ,s是json字符串,Type是要转换成的对象类型 public static object ReadJsonSerializer(string s, Type type) //写Json ,o是对象,Type是o的对象类型,返回Json字符串 public static string WriteJsonSerializer(object o, Type type)


【文件预览】:
JSON.cs

网友评论