java.lang.Object
com.inductiveautomation.eventstream.gateway.encoding.ByteArrayEncoder
All Implemented Interfaces:
EventStreamEncoder

public class ByteArrayEncoder extends Object implements EventStreamEncoder
Encodes an Object to byte[]. Encoders are used during GatewayEventStreamExpression evaluation, so ByteArrayEncoder must be as complete as possible. Byte[] is a common encoding for Handlers to transmit data.
  • Field Details

  • Constructor Details

    • ByteArrayEncoder

      public ByteArrayEncoder(@Nullable @Nullable String encoding)
  • Method Details