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

Merge MapDecoder and SequencedMapDecoder, SetDecoder and SequencedSetDecoder, ListDecoder and SequencedCollectionDecoder #173

Closed
credmond-git opened this issue Mar 22, 2024 · 2 comments
Assignees

Comments

@credmond-git
Copy link
Collaborator

Merge MapDecoder and SequencedMapDecoder SetDecoder and SequencedSetDecoder
The code for each is almost identical. The only difference is what type of map or set is created.
Make each decoder more robust so depending on the list type it will create a different list. For example, so we can return linked list as well as array list.

@credmond-git credmond-git self-assigned this Mar 22, 2024
credmond-git added a commit that referenced this issue Mar 23, 2024
…cedSetDecoder, ListDecoder and SequencedCollectionDecoder #173

Also support all forms of lists, sets and maps. So you can ask for a TreeMap or TreeSet.
@credmond-git
Copy link
Collaborator Author

Addressed in #174

@credmond-git
Copy link
Collaborator Author

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

No branches or pull requests

1 participant