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

Implement JSON unmarshaling for Any #339

Closed
wants to merge 1 commit into from
Closed

Implement JSON unmarshaling for Any #339

wants to merge 1 commit into from

Conversation

mkmik
Copy link

@mkmik mkmik commented Apr 13, 2017

The Any type has already support for marshalling, but the unmarshaling of it was left unimplemented.

This PR simply implements the clearly missing feature. I tired to stay as close as possible in terms of approach and coding style as similar code in this file.

We get the test almost for free.

@mkmik
Copy link
Author

mkmik commented Apr 24, 2017

Hey @dsymonds,

I noticed you were the author of the Any marshaling part and you left unmarshaling as TODO.

This was originally tracked in #170. Should I open a new issue or can we just continue here?

cheers,
mkm

@mkmik
Copy link
Author

mkmik commented May 1, 2017

@calbach I noticed you add support for this in 18c9bb3
which also handles unmarshaling well known types .

I believe this makes this PR no longer necessary, thus I'm abandoning it.

@mkmik mkmik closed this May 1, 2017
@golang golang locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant