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
I have a data structure where there is a field that might be a map or a string. I don't see a way to peek into the decoder and ask it if readMapSize() is going to fail. Since there is no support for try/catch in AS, and the reader field in Decoder is private, that means I'm stuck. Unless I'm missing something?
The text was updated successfully, but these errors were encountered:
I have a data structure where there is a field that might be a map or a string. I don't see a way to peek into the decoder and ask it if
readMapSize()
is going to fail. Since there is no support for try/catch in AS, and the reader field inDecoder
is private, that means I'm stuck. Unless I'm missing something?The text was updated successfully, but these errors were encountered: