smartystreets / smartystreets-go-sdk

The official client libraries for accessing SmartyStreets APIs from Go.
https://smartystreets.com/docs/sdk/go
Apache License 2.0
20 stars 6 forks source link

Create an interface to abstract serialization #4

Closed joliver closed 5 years ago

joliver commented 8 years ago

Each Client implementation for each API should allow for a custom Serializer in the factory/constructor method. The default implementation of the implementation can be a wrapper over the standard library's json package.