java - XStream and scientific notation issue -



java - XStream and scientific notation issue -

i have object convert xml using xstream. encountering errors (not time) on fields both of type integer , double. java error java.lang.numberformatexception: input string: ".12625e312625" because xstream seems converting number scientific notation. cannot figure out how occurring , how should right it. see if double numbers big numbers never exceed 100,000.00 , don't understand why doing on integer field. help appreciated.

thanks.

java xstream

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -