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
All of the examples I see for this library are with the traditional marshmallow implementation, but is there a way to use this library with marshmallow-dataclass? [1]
The reduced overhead and use of the preexisting dataclasses.dataclass is very appealing me.
Here's a simple usage example of marshmallow-dataclass in case you're unfamiliar:
All of the examples I see for this library are with the traditional marshmallow implementation, but is there a way to use this library with
marshmallow-dataclass
? [1]The reduced overhead and use of the preexisting
dataclasses.dataclass
is very appealing me.Here's a simple usage example of
marshmallow-dataclass
in case you're unfamiliar:How might this library work in the context of
marshmallow_dataclass
?The text was updated successfully, but these errors were encountered: