MARS-Curiosity: new feature! Automatic deserialization (MessageBodyReader)
I’ve added a new feature to MARS-Curiosity library: automatic deserialization of http body content! With a natural symmetry with respect to MessageBodyWriter (serialization of the result value of a method into the http response), there is now a MessageBodyReader mechanism and a registry that holds a list of readers ready to be used when needed. The […]