Namespace com.teracloud.streams.inet.util

A set of internet utility operators.

Serializer: The serialization operator serializes input tuples/attributes in network byte order. Deserializer: De-Serialization operator reverts the operation of the Serializer.

These operators are useful to connect Streams jobs with http or websocket connections.

Operators

  • Deserializer: The Deserializer operator reverts the operation of the Serializer operator.
  • Serializer: The Serlizer operator serializes input tuples in network byte order and emits tuples with an attribute of a blob or rstring to the output port.