Hello all, I've been playing around with Sesame Facading tools, and they're working great, until I try to surface the facades to a REST endpoint. I'm suing Jersey 2 with the default MOXy serializer. I've gotten serialization to work with some finagling, but I simply can't get it to deserialize, since the deserializers all expect a zero-arg constructor to work against..
Has anyone gotten this to work? What's the correct approach?