Class NumberConverter


  • public class NumberConverter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberConverter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void serialize​(long value, RawJsonWriter sw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberConverter

        public NumberConverter()
    • Method Detail

      • serialize

        public static void serialize​(long value,
                                     RawJsonWriter sw)