Table of Contents

Method CombineWith

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

CombineWith(INatsSerializer<T>?)

Combines the current serializer with the specified serializer.

public INatsSerializer<T> CombineWith(INatsSerializer<T>? next)

Parameters

next INatsSerializer<T>

The serializer to be combined with.

Returns

INatsSerializer<T>

The combined serializer.