-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
Description
Is there any reason why only public types can be serialized?
The library should not decide what is allowed to be serialized and what not.
Why create an artificial limitation like that?
If there any way to turn this off?
I want to use msgpack to save private datatypes in my application.
And I also don't want to have my network messages public for everyone to see.
It would be bad design to make those types public.
0xorial