com.ibm.streamsx.topology.json

Class JSONStreams.SerializeJSON

  • java.lang.Object
    • com.ibm.streamsx.topology.json.JSONStreams.SerializeJSON
  • All Implemented Interfaces:
    Function<com.ibm.json.java.JSONObject,java.lang.String>, java.io.Serializable
    Enclosing class:
    JSONStreams


    public static final class JSONStreams.SerializeJSON
    extends java.lang.Object
    implements Function<com.ibm.json.java.JSONObject,java.lang.String>
    Function to serialize a JSONObject to a String.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SerializeJSON() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String apply(com.ibm.json.java.JSONObject v1) 
      • Methods inherited from class java.lang.Object

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

      • SerializeJSON

        public SerializeJSON()
    • Method Detail

      • apply

        public java.lang.String apply(com.ibm.json.java.JSONObject v1)
        Specified by:
        apply in interface Function<com.ibm.json.java.JSONObject,java.lang.String>
streamsx.topology 2.1 @ IBMStreams GitHub