I’m using XSTREAM to serialize my messages in my application.
I see that there’s more way to generate COMPACT MESSAGES in xstream but i need to know which is the lightest (talking about memory) method to convert my messages.
Thanks All!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
there are different drivers like JettisonMappedXmlDriver and DomDriver. Of all those, JettisonMappedXmlDriver would be more efficient.