mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-14 00:40:26 +00:00
Async serialization
This commit is contained in:
@@ -568,7 +568,7 @@ public static class DataSerializer
|
||||
{
|
||||
var tdu = Codec.ComposeInternal(i, warehouse, connection);
|
||||
|
||||
var currentTru = TRU.FromType(i.GetType());
|
||||
var currentTru = TRU.FromType(i?.GetType());
|
||||
|
||||
if (isTyped && tru.Match(currentTru))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user