Use the same providers available on the server

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3037

This topic has not yet been written. The content below is from the topic description.
The client framework can use the same providers available on the server. You must manually register them through the ResteasyProviderFactory singleton using the addMessageBodyReader() and addMessageBodyWriter() methods. ResteasyProviderFactory.getInstance().addMessageBodyReader(MyReader.class);