Table of Contents

Class NatsClientDefaultSerializerRegistry

Namespace
NATS.Client
Assembly
NATS.Client.dll

Default implementation of the INatsSerializerRegistry interface. It provides the default serializer and deserializer for primitive types, binary data, and JSON serialization.

public class NatsClientDefaultSerializerRegistry : INatsSerializerRegistry
Inheritance
NatsClientDefaultSerializerRegistry
Implements
Inherited Members

Fields

Default

Default implementation of the INatsSerializerRegistry interface. It provides the default serializer and deserializer for primitive types, binary data, and JSON serialization.

Methods

GetDeserializer<T>()
GetSerializer<T>()