Method CombineWith
CombineWith(INatsSerializer<T>)
Combines the current serializer with the specified serializer.
INatsSerializer<T> CombineWith(INatsSerializer<T> next)
Parameters
next
INatsSerializer<T>The serializer to be combined with.
Returns
- INatsSerializer<T>
The combined serializer.