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
current behavior:
we treat all additional properties as raw data when serialization/deserialization, no extra typing/format info is taken into account. so, user could only use them with raw data. if user uses model/datetime/timedelta etc. type for additional properties, the serialization logic 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).
The text was updated successfully, but these errors were encountered:
current behavior:
we treat all additional properties as raw data when serialization/deserialization, no extra typing/format info is taken into account. so, user could only use them with raw data. if user uses model/datetime/timedelta etc. type for additional properties, the serialization logic 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).
The text was updated successfully, but these errors were encountered: