Java marshaller performance

Posted by cbz on Stack Overflow See other posts from Stack Overflow or by cbz
Published on 2010-03-19T18:59:11Z Indexed on 2010/03/19 19:01 UTC
Read the original article Hit count: 293

Hi, I've used JAXB Marshaller as well as my own marshaller for marshalling pure java bean objects into XML. It has been observed that both of them require almost same time to marshal. The performance is not acceptable and needs to be improved. What are possible ways where we can improve performance of marshaller? Like threading?

© Stack Overflow or respective owner

Related posts about java

Related posts about jaxb