You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/04/19 09:45:27 UTC

[GitHub] [rocketmq-spring] walking98 commented on issue #40: Jackson ObjectMapper Shadow serialization problem

walking98 commented on issue #40: Jackson ObjectMapper Shadow serialization problem
URL: https://github.com/apache/rocketmq-spring/issues/40#issuecomment-484831465
 
 
   @ChunMengLu I am not sure whether you can set your customized ObjectMapper in the rocketMQTemplate before using it. e.g.
     rocketMQTemplate.setObjectMapper(customizedObjectMapper);
     ...
     rocketMQTemplate.send(...);
   
   Or would you like to provide a fix PR for further discussion ?
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services