Y
Hacker News
new
|
ask
|
show
|
jobs
by
cosmic_quanta
1298 days ago
You can do this with Haskell (aeson package) and maybe with Rust (serde?)
1 comments
unnah
1298 days ago
Java annotations have enabled compile-time reflection since Java 6, and of course it has been used for serialization:
https://github.com/square/moshi/#codegen
link