Expand description
Bridge adapters between legacy serde traits and the new schema traits.
DeserializerDecoderwraps aRecordDeserializerinto aFormatDecoderSerializerEncoderwraps aRecordSerializerinto aFormatEncoder
This enables gradual migration: existing connectors that already have
RecordDeserializer/RecordSerializer implementations can be used
through the new schema framework without rewriting.
Structsยง
- Deserializer
Decoder - Adapts a
RecordDeserializerto theFormatDecoderinterface. - Serializer
Encoder - Adapts a
RecordSerializerto theFormatEncoderinterface.