namespace Octokit.Internal { public interface IJsonSerializer { string Serialize(object item); T Deserialize(string json); } }