Table of Contents

Interface INatsDeserializeWithContext<T>

Namespace
NATS.Client.Core
Assembly
NATS.Client.Abstractions.dll

Extended deserializer interface with access to message context during deserialization.

public interface INatsDeserializeWithContext<out T> : INatsDeserialize<T>

Type Parameters

T

Deserialized object type

Inherited Members
Extension Methods

Methods

Deserialize(in ReadOnlySequence<byte>, in NatsMsgContext)

Deserialize value from buffer with message context.