Spring Integration

org.springframework.integration.ip.tcp.serializer
Class ByteArrayLfSerializer

java.lang.Object
  extended by org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
      extended by org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
          extended by org.springframework.integration.ip.tcp.serializer.ByteArrayLfSerializer
All Implemented Interfaces:
org.springframework.core.serializer.Deserializer<byte[]>, org.springframework.core.serializer.Serializer<byte[]>

public class ByteArrayLfSerializer
extends ByteArraySingleTerminatorSerializer

Since:
2.2
Author:
Gary Russell

Field Summary
 
Fields inherited from class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
logger, maxMessageSize
 
Constructor Summary
ByteArrayLfSerializer()
           
 
Method Summary
 
Methods inherited from class org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
deserialize, serialize
 
Methods inherited from class org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
checkClosure, getMaxMessageSize, setMaxMessageSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayLfSerializer

public ByteArrayLfSerializer()

Spring Integration