C# 클래스 FistBump.Framework.MiniJsonExtensions

파일 보기 프로젝트 열기: fistbump/framework

공개 메소드들

메소드 설명
arrayListFromJson ( this json ) : ArrayList
hashtableFromJson ( this json ) : Hashtable
toJson ( this obj ) : string
toJson ( string>.this obj ) : string

메소드 상세

arrayListFromJson() 공개 정적인 메소드

public static arrayListFromJson ( this json ) : ArrayList
json this
리턴 System.Collections.ArrayList

hashtableFromJson() 공개 정적인 메소드

public static hashtableFromJson ( this json ) : Hashtable
json this
리턴 System.Collections.Hashtable

toJson() 공개 정적인 메소드

public static toJson ( this obj ) : string
obj this
리턴 string

toJson() 공개 정적인 메소드

public static toJson ( string>.this obj ) : string
obj string>.this
리턴 string