Table of Contents

Interface INatsSerializerWithContext<T>

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

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

T

Object type

Inherited Members
Extension Methods