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
Is your feature request related to a problem? Please describe.
Currently, all collection data types are serialized as copies to prevent mutation, but for mixins like DataClassORJSONMixin we can avoid that and improve serialization performance. The list of mixins that use their own dialects:
DataClassORJSONMixin
DataClassMessagePackMixin
DataClassTOMLMixin
Describe the solution you'd like
Introduce no_copy dialect option.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, all collection data types are serialized as copies to prevent mutation, but for mixins like
DataClassORJSONMixin
we can avoid that and improve serialization performance. The list of mixins that use their own dialects:DataClassORJSONMixin
DataClassMessagePackMixin
DataClassTOMLMixin
Describe the solution you'd like
Introduce
no_copy
dialect option.The text was updated successfully, but these errors were encountered: