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
Debugging reading/writing of binary types implemented with declarative syntax is always tricky, so starting from version 2.1, jBinary allows you to see named type descriptors, structure property names and byte offsets in stack of Chrome and Firefox Developer Tools making it more meaningful so you can easily find place where [de]serializing error had occured and fix it.
Compare stack traces of error before and after this enhancement: