Files
nomad/client
Mahmood Ali 88808b2d30 When serializing msgpack, only consider codec tag
When serializing structs with msgpack, only consider type tags of
`codec`.

Hashicorp/go-msgpack (based on ugorji/go) defaults to interpretting
`codec` tag if it's available, but falls to using `json` if `codec`
isn't present.

This behavior is surprising in cases where we want to serialize json
differently from msgpack, e.g. serializing `ConsulExposeConfig`.
2020-05-11 14:14:10 -04:00
..
2020-03-03 08:39:54 -05:00
2020-03-15 09:37:05 +01:00
2020-03-21 17:57:48 +01:00
2019-01-11 11:36:37 -08:00
2020-03-02 13:47:43 -05:00
2019-01-23 06:27:14 -08:00
2018-10-16 16:53:29 -07:00