is there a way in jax-rs to plugin custom serializer and deserializer,
This is kind of important to migrate some of the existing consumers to REST world.
|
is there a way in jax-rs to plugin custom serializer and deserializer, This is kind of important to migrate some of the existing consumers to REST world. |
|||||||
|
|
You should define a custom Provider with message body readers/writers:
See http://www.oracle.com/technetwork/articles/javaee/jax-rs-159890.html |
|||
|