Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more info to TypeInfo #178

Merged
merged 1 commit into from
Jul 6, 2024
Merged

Conversation

agocke
Copy link
Collaborator

@agocke agocke commented Jul 6, 2024

Adding FieldCount allows users to enumerate the field info for each field in the TypeInfo. Retrieving the System.Type is an experimental API needed for the command line Serde implementation. This API might become permanent if it's cheap enough and there are no better options.

Adding FieldCount allows users to enumerate the field info for each
field in the TypeInfo. Retrieving the System.Type is an experimental API
needed for the command line Serde implementation. This API might become
permanent if it's cheap enough and there are no better options.
@agocke agocke merged commit 94efd9d into serdedotnet:main Jul 6, 2024
1 check passed
@agocke agocke deleted the cmdline-changes branch July 6, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant