Re: Re: Restlet, jackson and @JsonTypeInfo

2014-01-27 Thread Tim Peierls
What arguments are you passing to @JsonTypeInfo? On Mon, Jan 27, 2014 at 6:57 AM, Jon Finanger wrote: > I'm trying to figure out how to get the android client to automatically > convert the representation into the correct Objecttype without using > mapper.convertValue(...) > > When looking at t

RE: Re: Restlet, jackson and @JsonTypeInfo

2014-01-27 Thread Jon Finanger
I'm trying to figure out how to get the android client to automatically convert the representation into the correct Objecttype without using mapper.convertValue(...) When looking at the representation sent from the server i see that the type information is not present. [{"name":"site1","siteOw