Closed
Description
In MessagePack-CSharp v2 there is a MessagePackSerializerOptions
class that can be passed to the serializer. Currently we expose a list of IFormatterResolver
s for the user to configure, but there are other options like compression and IMessagePackFormatter
that we don't expose.
Discussion: #18133 (comment)