-
|
Is it possible to reflect across struct types? My reason for asking, it would be a pretty awesome way to generate binary and json serialize/deserialize code across many/all languages? Similar to protobuf and grpc? But much simpler? |
Beta Was this translation helpful? Give feedback.
Answered by
rbuckton
Sep 13, 2022
Replies: 1 comment 1 reply
-
|
It would be feasible to surface the type information associated with a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
unicomp21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be feasible to surface the type information associated with a
struct, but it isn't something I'm planning on doing currently.