ChessDotComSharp.Models.Serialize.ToJson C# (CSharp) Method

ToJson() public static method

public static ToJson ( ChessDotComSharp.Models.GameList self ) : string
self ChessDotComSharp.Models.GameList
return string
        public static string ToJson(this GameList self) => JsonConvert.SerializeObject(self, Converter.Settings);
    }

Same methods

Serialize::ToJson ( ChessDotComSharp.Models.PlayerProfile self ) : string
Serialize::ToJson ( ChessDotComSharp.Models.PlayerStats self ) : string
Serialize