Table of Contents

Class MessagePackSerializerExtensions

Namespace
Nerdbank.MessagePack
Assembly
Nerdbank.MessagePack.dll

Extension methods for the MessagePackSerializer class and related types.

public static class MessagePackSerializerExtensions
Inheritance
MessagePackSerializerExtensions
Inherited Members

Remarks

Some of these methods will be very typical when targeting .NET Standard or .NET Framework, but when targeting .NET, the compiler will prefer the instance methods on the MessagePackSerializer class itself. These instance methods are faster and produce compile errors rather than runtime exceptions that may be thrown by these extension methods.