com.ibm.streamsx.topology.spi.runtime

Interface TupleSerializer

  • All Superinterfaces:
    java.io.Serializable


    public interface TupleSerializer
    extends java.io.Serializable
    • Method Detail

      • serialize

        void serialize(java.lang.Object tuple,
                       java.io.OutputStream output)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        java.lang.Object deserialize(java.io.InputStream input)
                              throws java.io.IOException,
                                     java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
streamsx.topology 2.1 @ IBMStreams GitHub