This prevents things like CaseFormat changes in downstream providers from affecting how credentials are stored and retrieve. It is also more congruent with how type adapters work. You can merge this Pull Request by running:
git pull https://github.com/adriancole/jclouds adrian.fix-json-serialization Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/595 -- Commit Summary -- * Use type adapter factory to hard-set serialization of Credentials. -- File Changes -- M core/src/main/java/org/jclouds/json/config/GsonModule.java (70) M core/src/main/java/org/jclouds/rest/config/CredentialStoreModule.java (40) -- Patch Links -- https://github.com/jclouds/jclouds/pull/595.patch https://github.com/jclouds/jclouds/pull/595.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/595
