bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
153 stars 97 forks source link

double exponent notation to number #48

Open kishorekumar522 opened 6 years ago

kishorekumar522 commented 6 years ago

adding formatter to convert decimal exponent notation to number.. 1.234567067801245E10 to 12345670678.0124 refer XmlFormatTest.java for usage.