Closed dclipca closed 2 years ago
I have not used MessagePack in a long time. If I had to guess it's because the constructor is internal
. Have you tried turning to to public
modifier?
I have not used MessagePack in a long time. If I had to guess it's because the constructor is
internal
. Have you tried turning to topublic
modifier?
Indeed that was it. Thank you very much!
Trying to serialize an instance of an Entity with MessagePack:
I have hard time interpreting an useful meaning for this error. What does it mean and how can I fix this?