Compression

org.apache.pekko.serialization.jackson.Compression

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait Algoritm

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GZip
class LZ4
object Off
final case class GZip(largerThan: Long) extends Algoritm

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Algoritm
class Object
trait Matchable
class Any
Show all
final case class LZ4(largerThan: Long) extends Algoritm

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Algoritm
class Object
trait Matchable
class Any
Show all
object Off extends Algoritm

Attributes

Supertypes
trait Algoritm
class Object
trait Matchable
class Any
Self type
Off.type