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
After opening a discussion here about the need (or not) for the JsonReadContext to be final, it turned out there is no strong reason behind having it final.
Thus, I would like to propose to remove the final on that class.
This will allow easier customization of the context.
The text was updated successfully, but these errors were encountered:
After opening a discussion here about the need (or not) for the
JsonReadContext
to befinal
, it turned out there is no strong reason behind having it final.Thus, I would like to propose to remove the
final
on that class.This will allow easier customization of the context.
The text was updated successfully, but these errors were encountered: