Expand description
Event serializer/deserializer implementations and supporting encoders.
This module provides:
EventSerializer- format-aware (de)serializerFormatConverter- cross-format converterStreamingSerializer- batched/streamed serializationEnhancedBinaryFormat- chunked binary format with checksums
Structsยง
- Enhanced
Binary Format - Enhanced binary format with streaming support
- Event
Serializer - Event serializer with format support
- Format
Converter - Format converter for converting between serialization formats
- Streaming
Serializer - Streaming serializer for batch processing