You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite a few types in the codebase are declared "private", however it turns out that this doesn't reflect usage as the abstraction is later broken, usually by using Marshall.
This inconsistency puts a huge barrier to developers willing to experiment with alternative serialization formats, and makes impossible to properly ask many basic questions about the system without indeed, having to mess with core APIs.