public class ByteArrayRawSerializer extends AbstractByteArraySerializer
Because the socket must be closed to indicate message end, this (de)serializer can only be used by uni-directional (non-collaborating) channel adapters, and not by gateways.
logger, maxMessageSize
Constructor and Description |
---|
ByteArrayRawSerializer() |
Modifier and Type | Method and Description |
---|---|
byte[] |
deserialize(java.io.InputStream inputStream) |
void |
serialize(byte[] bytes,
java.io.OutputStream outputStream) |
checkClosure, copyToSizedArray, getMaxMessageSize, setMaxMessageSize