Interface INatsSerializerWithContext<T>
Combined context-aware serializer interface that supports both serialization and deserialization with access to message context.
public interface INatsSerializerWithContext<T> : INatsSerializeWithContext<T>, INatsSerialize<T>, INatsDeserializeWithContext<T>, INatsDeserialize<T>
Type Parameters
TObject type
- Inherited Members
- Extension Methods