Interface INatsSerializer<T>
Serializer interface for NATS messages.
public interface INatsSerializer<T> : INatsSerialize<T>, INatsDeserialize<T>
Type Parameters
T
Serialized object type
- Inherited Members
Methods
- CombineWith(INatsSerializer<T>)
Combines the current serializer with the specified serializer.