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

Support constructors for enumerable deserialization #42

Closed
dstelljes opened this issue Oct 28, 2019 · 1 comment
Closed

Support constructors for enumerable deserialization #42

dstelljes opened this issue Oct 28, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@dstelljes
Copy link
Member

Currently, Chr.Avro only supports deserializing lists as arrays or types assignable from List<T>. Similarly to #38, we could fall back to a constructor with a single IEnumerable<T> parameter (like on HashSet<T>).

@Sikta
Copy link
Contributor

Sikta commented Nov 26, 2019

Completed in #48

@Sikta Sikta closed this as completed Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants