mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-10-29 23:21:36 +00:00
TypedListParser
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user