Table of Contents

Interface INatsSerializer<T>

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

Serializer interface for NATS messages.

public interface INatsSerializer<T> : INatsSerialize<T>, INatsDeserialize<T>

Type Parameters

T

Serialized object type

Inherited Members
Extension Methods

Methods

CombineWith(INatsSerializer<T>)

Combines the current serializer with the specified serializer.