mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-10-29 15:20:29 +00:00
DTU
This commit is contained in:
@@ -82,12 +82,12 @@ namespace Test
|
||||
|
||||
static async Task Main(string[] args)
|
||||
{
|
||||
TestSerialization("Hello");
|
||||
TestSerialization(10);
|
||||
TestSerialization(10.1);
|
||||
TestSerialization(10.1d);
|
||||
TestSerialization((byte)1);
|
||||
TestSerialization((byte)2);
|
||||
//TestSerialization("Hello");
|
||||
//TestSerialization(10);
|
||||
//TestSerialization(10.1);
|
||||
//TestSerialization(10.1d);
|
||||
//TestSerialization((byte)1);
|
||||
//TestSerialization((byte)2);
|
||||
TestSerialization(new int[] { 1, 2, 3, 4 });
|
||||
//var x = LogLevel.Warning;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user