C# 클래스 MiniJsonExtensions, swip3

파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 메소드들

메소드 설명
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
리턴 ArrayList

hashtableFromJson() 공개 정적인 메소드

public static hashtableFromJson ( this json ) : Hashtable
json this
리턴 Hashtable

toJson() 공개 정적인 메소드

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

toJson() 공개 정적인 메소드

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