Example #1
0
        public static int Main()
        {
            var  tests  = new JsonBenchmarks();
            bool result = tests.Serialize();

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