Ejemplo n.º 1
0
 public static void Main()
 {
     byte[] bytes = Pomelo.Protobuf.Encoder.encodeUInt32(112321);
     Console.WriteLine(Pomelo.Protobuf.Decoder.decodeUInt32(bytes));
     CodecTest.Run();
     ProtobufTest.Run();
     TransportTest.Run();
 }
Ejemplo n.º 2
0
 public static void Main1()
 {
     CodecTest.Run();
     ProtobufTest.Run();
 }