• 大小: 0.91KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签:

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Json
{
    /// 
    /// Jsonhelper 的摘要说明
    /// 

    public class Jsonhelper
    {
        /// 
        /// 转换对象为JSON格式数据
        /// 

        /// 
        /// 对象
        /// 字符格式的JSON数据
        public string GetJSON(object obj)
        {
            string result = String.Empty;
            try
            {
                System.Runtime.Serialization.Json.DataContractJsonSerializer serializer =
                new System.Runtime.Serialization.Json.DataContractJsonSerializer(typeof(T));
                using (System.IO.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3918  2015-04-07 15:51  Jsonhelper.cs

----------- ---------  ---------- -----  ----

                 3918                    1


评论

共有 条评论

相关资源