Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call object_from_json from decoder when issubclass(_class, SerializationMixin) #2396

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mpolson64
Copy link
Contributor

Summary: As titled. This solves a relatively common problem (which may crop up again in some recently planning changes) in which the init args of some serializable Ax object is itself a serializable Ax object

Differential Revision: D56356035

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Apr 25, 2024
…ionMixin)

Summary: As titled. This solves a relatively common problem (which may crop up again in some recently planning changes) in which the init args of some serializable Ax object is itself a serializable Ax object

Differential Revision: D56356035
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56356035

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.32%. Comparing base (6676720) to head (fca9c15).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2396   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files         496      496           
  Lines       48188    48188           
=======================================
  Hits        45935    45935           
  Misses       2253     2253           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants