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 -

java - Parsing XML, skip certain tags -

c# - ASP.NET MVC Sequence contains no matching element -