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
The intended usecase is to store the schema first and encode any number of values independently using serialiseOnly, so users should still read the stored schema. However, if people are using winery as an alternative for binary, I don't object to adding deserialiseOnly either
I'm currently investigating the behaviour of the various serialisation libraries, and Winery is nice because of its compact representation, provided it can be used without schema storage.
It seems for many applications, you don't need to store the schema at all, is that correct?
In that case, it seems this would be a useful function:
The text was updated successfully, but these errors were encountered: