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<>`