GZippingJavaSerializationAnyRefCodec

class GZippingJavaSerializationAnyRefCodec[S <: Serializable](val sizeThreshold: Int)(implicit classTag: ClassTag[S]) extends JavaSerializationAnyRefCodec[S] with GZippingBinaryCodec[S]
Companion
object
trait Codec[S]
class Object
trait Matchable
class Any

Value members

Inherited methods

def decode(data: Array[Byte]): DecodingResult[S]
Inherited from
GZippingBinaryCodec
def encode(value: S): Array[Byte]
Inherited from
GZippingBinaryCodec
def using[T <: Closeable, R](obj: T)(f: T => R): R

Concrete fields

override val sizeThreshold: Int