-
大小: 0.91KB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-25
- 語(yǔ)言: C#
- 標(biāo)簽:
資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?Json
{
????///?
????///?Jsonhelper?的摘要說(shuō)明
????///?
????public?class?Jsonhelper
????{
????????///?
????????///?轉(zhuǎn)換對(duì)象為JSON格式數(shù)據(jù)
????????///?
????????///?類
????????///?對(duì)象
????????///?字符格式的JSON數(shù)據(jù)
????????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.
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????3918??2015-04-07?15:51??Json
-----------?---------??----------?-----??----
?????????????????3918????????????????????1
評(píng)論
共有 條評(píng)論