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
Post a Comment