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
PayloadValue Converter is introduced in 6.12, which caused performance regression, since it called GetPayloadValueConverter to get value converter from model annotation for every primitive value.
The fix is to move payloadValueConverter to ODataOutputContext so just need get it for one time.
The text was updated successfully, but these errors were encountered:
PayloadValue Converter is introduced in 6.12, which caused performance regression, since it called GetPayloadValueConverter to get value converter from model annotation for every primitive value.
The fix is to move payloadValueConverter to ODataOutputContext so just need get it for one time.
The text was updated successfully, but these errors were encountered: