Skip to main content

Module bridge

Module bridge 

Source
Expand description

Bridge adapters between legacy serde traits and the new schema traits.

This enables gradual migration: existing connectors that already have RecordDeserializer/RecordSerializer implementations can be used through the new schema framework without rewriting.

Structsยง

DeserializerDecoder
Adapts a RecordDeserializer to the FormatDecoder interface.
SerializerEncoder
Adapts a RecordSerializer to the FormatEncoder interface.