[FEATURE] Retrofit - Isolate Support
Use case
When using Retrofit with swagger_parser it's actually awesome that Retrofit itself supports parsing JSON objects with Isolates. Unfortunately this configuration is not supported by swagger_parser or at least I haven't seen any way to accomplish this behaviour when using Retrofit.
I think it would be great to configure this through the swagger_parser.yaml file.
Further the best I can think of is handling this based on maybe some name conventions. Because:
Some users want this behaviour only for specific API's but not for all of them.
@Carapacik What do you think of that?
Proposal
Configure somewhere (maybe through name conventions in the swagger_parser.yaml file) to use Isolates when parsing JSON objects with Retrofit.