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

Fix Marshaler support for slices of interfaces. #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grahammiln
Copy link
Contributor

Support encoding of general interfaces slices,[]interface{}, and slices of constrained interfaces.

Expand supported types that can be encoded to include slices of general interfaces, `[]interface{}` and constrained interfaces.
@DHowett
Copy link
Owner

DHowett commented Jan 30, 2023

Thanks! As with your prior PR (for which I'm also grateful) I'll need to get to this in a bit. I'm hoping to have some time this week. :)

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.

2 participants