|
From: John U. <uj...@gm...> - 2014-07-11 05:40:58
|
Hi Randy, the ObjectMappers may, in one case, have different behaviour for the same base types, eg, different MixInAnnotations for java.util.Date, because each client might need to serialize and deserialize dates differently. So each client needs a different ContextResolver<ObjectMapper> and therefore, AFAIK, a different ResteasyProviderFactory. Unless there's a way to do this completely differently. –John |