Namespace Solace.SchemaRegistry.Serdes.Core.Resolver.Data
Interfaces
- IMetadata
Represents metadata associated with a data record, including routing information and headers. This interface provides access to contextual information that accompanies data during serialization and deserialization operations.
- IRecord<T>
Represents a data record that contains both the actual data value and its associated metadata. This interface provides a complete representation of a message or data item including routing information, headers, and the payload data.