Method CombineWith
- Namespace
- NATS.Client.Serializers.Json
- Assembly
- NATS.Client.Serializers.Json.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.