ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# QQLite.Framework.Tool.Json 类 ## 注释 ~~~ Json 类(使用JavaScriptSerializer) ~~~ ## 语法 ~~~ public static class Json ~~~ ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Serialize](https://www.kancloud.cn/gxser1986/cqrobot/3016500) | 将对象转换为 JSON 字符串。 | | | [Serialize](https://www.kancloud.cn/gxser1986/cqrobot/3016501) | 将对象转换为 JSON 字符串。 | | | [Deserialize](https://www.kancloud.cn/gxser1986/cqrobot/3016502) | 将指定的 JSON 字符串转换为 T 类型的对象。 |