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 can properly call both methods - but the transferHandlers implementing ClassInstance does not get called when handling the response from findAll method - resulting in issues on the other side.
Are nested - non-transferable objects expected to be serialized by default? Implementation says no since only the root return value is passed to toWireValue .
Is it expected that the custom transferHandlers should inspect canHandle values for expected collections and serialize them directly?
The text was updated successfully, but these errors were encountered:
Given an exposed interface.
I can properly call both methods - but the transferHandlers implementing
ClassInstance
does not get called when handling the response fromfindAll
method - resulting in issues on the other side.Are nested - non-transferable objects expected to be serialized by default? Implementation says no since only the root return value is passed to
toWireValue
.Is it expected that the custom transferHandlers should inspect canHandle values for expected collections and serialize them directly?
The text was updated successfully, but these errors were encountered: