File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ class DeserializingConsumer(_ConsumerImpl):
40
40
+-------------------------+---------------------+-----------------------------------------------------+
41
41
| Property Name | Type | Description |
42
42
+=========================+=====================+=====================================================+
43
- | | | Callable(SerializationContext, bytes ) -> obj |
43
+ | | | Callable(bytes, SerializationContext ) -> obj |
44
44
| ``key.deserializer`` | callable | |
45
45
| | | Deserializer used for message keys. |
46
46
+-------------------------+---------------------+-----------------------------------------------------+
47
- | | | Callable(SerializationContext, bytes ) -> obj |
47
+ | | | Callable(bytes, SerializationContext ) -> obj |
48
48
| ``value.deserializer`` | callable | |
49
49
| | | Deserializer used for message values. |
50
50
+-------------------------+---------------------+-----------------------------------------------------+
You can’t perform that action at this time.
0 commit comments