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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Consider expose PersistentGrantSerializer as interface to make own implementation without extend this class. It would be easier to use own internal serializer instead JsonConvert.
The text was updated successfully, but these errors were encountered:
JsonConvert it isn't the fastest way to serialize these objects - profiler showed big hot path in this place - so now I could make something more optimal :)
Consider expose PersistentGrantSerializer as interface to make own implementation without extend this class. It would be easier to use own internal serializer instead JsonConvert.
The text was updated successfully, but these errors were encountered: