IMessagePackFormatter and List<int> #2173
Unanswered
robertoschiabel
asked this question in
Q&A
Replies: 1 comment
-
|
MessagePack-CSharp does support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I am brand new to MessagePack, so deeeeeply sorry for such trivial question.
In my personal C# project I have this class
ListOfInt : List<int>I assumed, very wrongly, that List in supported as per "Built-in supported types" section.
The compiler returns these errors
After implementing this class, the compile errors are solved
ListOfIntMessagePackFormatter : IMessagePackFormatter<ListOfInt>Final code is as follows:
I am playing with MessagePack v3.1.3, nuget package, project is .NET9 .
What am I missing?
Could you please help me and point me to the proper documentation section?
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions