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.Stringapply(com.ibm.json.java.JSONObject v1)
-