From 224b6c620e5f6a4d71f07fcae4db60a7df6fbc81 Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Sat, 15 Feb 2025 17:19:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B5=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D1=8E=D1=89?= =?UTF-8?q?=D0=B5=D0=B3=D0=BE=20=D0=B1=D1=8D=D0=BA=D0=B2=D0=B0=D1=80=D0=B4?= =?UTF-8?q?=20=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example.Frontend/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Example.Frontend/Program.cs b/Example.Frontend/Program.cs index 9e0559f..a2d5fca 100644 --- a/Example.Frontend/Program.cs +++ b/Example.Frontend/Program.cs @@ -17,6 +17,7 @@ builder.Modules.Add(new StaticSerialisationModuleProducer()); builder.Modules.Add(new BasicExecutionModule()); builder.Modules.Add(new CoCodegenMethodRepository()); builder.Modules.Add(new StreamBasedVirtualBackendInteractionModule()); +builder.Modules.Add(new JsonSerialisationModule()); builder.UseCollectableContextRepository(); builder.Build();