scalacache.serialization.gzip
package scalacache.serialization.gzip
Type members
Classlikes
Mixing this into any Codec will automatically GZip the resulting Byte Array when serialising and handle un-Gzipping when deserialising
Mixing this into any Codec will automatically GZip the resulting Byte Array when serialising and handle un-Gzipping when deserialising
class GZippingJavaSerializationAnyRefCodec[S <: Serializable](val sizeThreshold: Int)(implicit classTag: ClassTag[S]) extends JavaSerializationAnyRefCodec[S] with GZippingBinaryCodec[S]
- Companion
- object