v2 supports old spec by `new MessagePackWriter { OldSpec = true }`. It means we can not use `MessagePackSerializer` with use old spec.
v2 supports old spec by
new MessagePackWriter { OldSpec = true }.It means we can not use
MessagePackSerializerwith use old spec.