2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-10-29 23:21:36 +00:00

TypedListParser

This commit is contained in:
2025-10-12 14:59:31 +03:00
parent d4a371a8c9
commit 4967449a57
4 changed files with 128 additions and 102 deletions

View File

@@ -228,6 +228,8 @@ public static class DataSerializer
{
var composed = ArrayComposer((IEnumerable)value, warehouse, connection);
Console.WriteLine(composed.ToHex());
if (composed == null)
return new TDU(TDUIdentifier.Null, new byte[0], 0);