k-paxian / dart-json-mapper

Serialize / Deserialize Dart Objects to / from JSON
https://pub.dev/packages/dart_json_mapper
Other
399 stars 33 forks source link

Using with Retrofit #218

Closed xVemu closed 1 year ago

xVemu commented 1 year ago

Is it possible to use this package with Retrofit, so I can automatically convert types in requests?

k-paxian commented 1 year ago

If I'm not mistaken you are referring to something like that? From what I see there, it's not exactly correct setup, but it could work if done properly.

xVemu commented 1 year ago

Exactly, thank you!