Class CompressingSerializer<I>
java.lang.Object
org.elasticsoftware.elasticactors.cassandra.common.serialization.CompressingSerializer<I>
- All Implemented Interfaces:
Serializer<I,ByteBuffer>
- Author:
- Joost van de Wijgerd
-
Constructor Summary
ConstructorsConstructorDescriptionCompressingSerializer(Serializer<I, byte[]> delegate) CompressingSerializer(Serializer<I, byte[]> delegate, int compressionThreshold) -
Method Summary
-
Constructor Details
-
CompressingSerializer
-
CompressingSerializer
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceSerializer<I,ByteBuffer> - Throws:
IOException
-