C# 클래스 ChessDotComSharp.Models.Serialize

파일 보기 프로젝트 열기: nullablebool/ChessDotComSharp

공개 메소드들

메소드 설명
ToJson ( ChessDotComSharp.Models.GameList self ) : string
ToJson ( ChessDotComSharp.Models.PlayerProfile self ) : string
ToJson ( ChessDotComSharp.Models.PlayerStats self ) : string

메소드 상세

ToJson() 공개 정적인 메소드

public static ToJson ( ChessDotComSharp.Models.GameList self ) : string
self ChessDotComSharp.Models.GameList
리턴 string

ToJson() 공개 정적인 메소드

public static ToJson ( ChessDotComSharp.Models.PlayerProfile self ) : string
self ChessDotComSharp.Models.PlayerProfile
리턴 string

ToJson() 공개 정적인 메소드

public static ToJson ( ChessDotComSharp.Models.PlayerStats self ) : string
self ChessDotComSharp.Models.PlayerStats
리턴 string