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
In PR #36 we handled some cases of dates manually. We need to do it in a generic way in the Base class instead, as we can have nested objects with dates, and it's much cleaner to treat the problem during the JSON serialization.
The text was updated successfully, but these errors were encountered:
In PR #36 we handled some cases of dates manually. We need to do it in a generic way in the
Base
class instead, as we can have nested objects with dates, and it's much cleaner to treat the problem during the JSON serialization.The text was updated successfully, but these errors were encountered: