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 PayloadSerializerSupportingObjectMapperAndSerializablePayload only looks at the root type to determine the strategy it should use. Because public methods are serialized by default by the reflection strategy toPayload is getting serialized, but when unserializing fromPayload is never called.
The
PayloadSerializerSupportingObjectMapperAndSerializablePayload
only looks at the root type to determine the strategy it should use. Because public methods are serialized by default by the reflection strategytoPayload
is getting serialized, but when unserializingfromPayload
is never called.For instance:
Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: