Class JsonWriter


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

      Constructors 
      Constructor Description
      JsonWriter​(deltix.qsrv.util.json.parser.JsonPool pool, java.lang.String typeField)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeValue​(WritableValue encoder, NonStaticFieldInfo info, java.lang.Object value)  
      void writeValues​(RawMessage msg, deltix.util.collections.generated.ObjectToObjectHashMap<java.lang.String,​java.lang.Object> values)  
      • Methods inherited from class java.lang.Object

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

      • JsonWriter

        public JsonWriter​(deltix.qsrv.util.json.parser.JsonPool pool,
                          java.lang.String typeField)
    • Method Detail

      • writeValues

        public void writeValues​(RawMessage msg,
                                deltix.util.collections.generated.ObjectToObjectHashMap<java.lang.String,​java.lang.Object> values)