The idea is that if the API method returns a Drive object, you don't even need that parser. That is what jclouds will do by default.
If your domain objects match the returned JSON, you don't need to manually configure/code deserialization. El 27/07/2013 07:55, "Andrew Phillips" <[email protected]> escribió: > I'm guessing it would be better to request a > Json<https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/json/Json.java>object > to be injected and then call that. > > Jclouds isn't big on instantiating helper objects like Gson directly in > your code - they're usually provided by the context. > > — > Reply to this email directly or view it on > GitHub<https://github.com/jclouds/jclouds-labs/pull/12#issuecomment-21660216> > . > --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/12#issuecomment-21660904
