From cf6153389ff28ae69d65d7e61631f129a7b40700 Mon Sep 17 00:00:00 2001 From: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:16:47 +0200 Subject: [PATCH] again --- src/documentation/articles/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/articles/serialization.md b/src/documentation/articles/serialization.md index 40d09273..7696d6ff 100644 --- a/src/documentation/articles/serialization.md +++ b/src/documentation/articles/serialization.md @@ -155,7 +155,7 @@ public class CustomSerDes : KNetSerDes } ``` -### How to use custom serialzer +### How to use custom types `KafkaDbContext` contains three properties can be used to override the default types: - **KeySerializationType**: set the value of the **Key SerDes** type in the form `CustomSerDes<>`