Serializable DTOs #495
Replies: 2 comments 1 reply
-
Do you mean the annotation |
Beta Was this translation helpful? Give feedback.
1 reply
-
That's my fault, I used discord to create invitation link at first time a few weeks ago but I did not see that link can only be used for 7 days. The never-expiration invitation link is https://discord.gg/PmgR5mpY3E, and I will update the like in the documentation in a few days. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey - Jimmer is fantastic! Just one problem at the moment - I am generating DTOs based on my model but I can't use them in ktor routes because they are not serializable. The examples which use @PostMapping do not help as I'm not using Spring Boot.
Am I missing something or is this just something I'm unable to do at the moment? If the latter, could this be added?
Beta Was this translation helpful? Give feedback.
All reactions