diff --git a/Example.Frontend/Example.Frontend.csproj b/Example.Frontend/Example.Frontend.csproj
index 0c1a745..fdac1b1 100644
--- a/Example.Frontend/Example.Frontend.csproj
+++ b/Example.Frontend/Example.Frontend.csproj
@@ -14,7 +14,7 @@
- JUST_LOAD
+
diff --git a/Example.Frontend/Program.cs b/Example.Frontend/Program.cs
index 08c8b45..11501d4 100644
--- a/Example.Frontend/Program.cs
+++ b/Example.Frontend/Program.cs
@@ -147,6 +147,6 @@ class Program
frontendBridge.Disconnect();
- // DemoCheck.Show();
+ DemoCheck.Show();
}
}
\ No newline at end of file
diff --git a/mROA.Cbor/CborSerializationToolkit.cs b/mROA.Cbor/CborSerializationToolkit.cs
index eacc5f3..ff5d7dd 100644
--- a/mROA.Cbor/CborSerializationToolkit.cs
+++ b/mROA.Cbor/CborSerializationToolkit.cs
@@ -8,14 +8,16 @@ using System.Reflection;
using mROA.Abstract;
using mROA.Implementation;
using mROA.Implementation.Attributes;
+using mROA.Implementation.CommandExecution;
namespace mROA.Cbor
{
public class CborSerializationToolkit : IContextualSerializationToolKit
{
+ private Dictionary _parsers = new(){{typeof(NetworkMessageHeader), new NetworkMessageHeaderParser()}, {typeof(DefaultCallRequest), new DefaultCallRequestParser()}, {typeof(FinalCommandExecution