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

Enhance serialization/deserialization for additional properties of DGP model #2525

Open
tadelesh opened this issue Apr 16, 2024 · 0 comments

Comments

@tadelesh
Copy link
Member

Current behavior:
We treat all additional properties as raw data When serialization/deserialization, not extra typing/format mapping will do for them. So, user could only use them with raw data. If user use model/datetime/timedelta etc. complicated type for additional properties, the ser could do the serialization correctly but only with default behavior (e.g., datetime to rfc3339 format).
Expected behavior:
Serialization: support format etc.
Deserialization: support deserialize with typing info (model type/datetime format/duration format etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant