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
If we need to change a serialization context option we need to override completely the SerializeOnKernelView.
Potential solutions
Having a method getContext() could be a start (extending is better than complete override IMHO). But the best thing to do is to provide a context builder mechanism. "ala api p".
The text was updated successfully, but these errors were encountered:
Current situation:
If we need to change a serialization context option we need to override completely the
SerializeOnKernelView
.Potential solutions
Having a method
getContext()
could be a start (extending is better than complete override IMHO). But the best thing to do is to provide a context builder mechanism. "ala api p".The text was updated successfully, but these errors were encountered: