Table of Contents

Interface INatsSerialize<T>

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

Serializer interface for NATS messages.

public interface INatsSerialize<in T>

Type Parameters

T

Serialized object type

Methods

Serialize(IBufferWriter<byte>, T)

Serialize value to buffer.