Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Allow types to determine how to decode themselves#287

Closed
mthjs wants to merge 1 commit intomitchellh:mainfrom
mthjs:master
Closed

Allow types to determine how to decode themselves#287
mthjs wants to merge 1 commit intomitchellh:mainfrom
mthjs:master

Conversation

@mthjs
Copy link

@mthjs mthjs commented May 20, 2022

When the destination of a decode implements the custom decoder interface, use said interface. Custom decoders take precedence over the default decoding rules.

This should resolve #115

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.

Implement JSON like unmarshaling interface

1 participant

Comments