C# Class ChessDotComSharp.Models.Serialize

Show file Open project: nullablebool/ChessDotComSharp

Public Methods

Method Description
ToJson ( ChessDotComSharp.Models.GameList self ) : string
ToJson ( ChessDotComSharp.Models.PlayerProfile self ) : string
ToJson ( ChessDotComSharp.Models.PlayerStats self ) : string

Method Details

ToJson() public static method

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

ToJson() public static method

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

ToJson() public static method

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