V1 -> V2
[123,234,false]
Id: 123, AccountId: 234, UseSuperSafeConversationMode: False
Id: 123, AccountId: 234, Name:
V2 -> V1
Unhandled exception. MessagePack.MessagePackSerializationException: Failed to deserialize UserV1 value.
---> MessagePack.MessagePackSerializationException: Unexpected msgpack code 192 (nil) encountered.
at MessagePack.MessagePackReader.ThrowInvalidCode(Byte code)
at MessagePack.MessagePackReader.ReadBoolean()
at MessagePack.Formatters.UserV1Formatter1.Deserialize(MessagePackReader& reader, MessagePackSerializerOptions options)
at MessagePack.MessagePackSerializer.Deserialize[T](MessagePackReader& reader, MessagePackSerializerOptions options)
--- End of inner exception stack trace ---
at MessagePack.MessagePackSerializer.Deserialize[T](MessagePackReader& reader, MessagePackSerializerOptions options)
at MessagePack.MessagePackSerializer.Deserialize[T](ReadOnlyMemory`1 buffer, MessagePackSerializerOptions options, CancellationToken cancellationToken)
at Program.Main()
Command terminated by signal 6