IlluzionzDev / typespec

MIT License
0 stars 0 forks source link

Handle serialization of data passed to service #13

Closed IlluzionzDev closed 1 month ago

IlluzionzDev commented 1 month ago

Need to make sure Model types that are passed to service endpoints are correctly seralized so we can get the data out, process it, and send it back in the correct form. Should rely on Spring libraries such as Jackson.