Esempio n. 1
0
    public static int Main()
    {
        var  tests  = new JsonBenchmarks();
        bool result = tests.Deserialize();

        return(result ? 100 : -1);
    }
Esempio n. 2
0
 public static int Main() {
     var tests = new JsonBenchmarks();
     bool result = tests.Serialize();
     return result ? 100 : -1;
 }