Interface INatsDeserializeWithContext<T>
Extended deserializer interface with access to message context during deserialization.
public interface INatsDeserializeWithContext<out T> : INatsDeserialize<T>
Type Parameters
TDeserialized object type
- Inherited Members
- Extension Methods
Methods
- Deserialize(in ReadOnlySequence<byte>, in NatsMsgContext)
Deserialize value from buffer with message context.