JsonHelper Methods

DCSoft.DBUtilityGeneric

JsonHelper Methods

The JsonHelper type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Static member getDictionary
获取字典
Public method GetHashCode (Inherited from Object.)
Public method Static member getObjectList
获取对象列表
Public method GetType (Inherited from Object.)
Public method Static member Json2Dictionary
json转换为字典
Public method Static member Json2ListT
json转换为泛型列表
Public method Static member Json2ObjectT
json转换为对象
Public method Static member Json2XML
json转换为xml
Public method Static member Linq2Json
linq转换为json
Public method Static member Linq2String
linq转换为字符串
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member Object2Json(Object)
对象转换为json
Public method Static member Object2Json(Object, JsonSerializerSettings)
对象转换为json
Public method ToString (Inherited from Object.)
Top
See Also