ByteStringSerializer

io.altoo.serialization.kryo.pekko.serializer.ByteStringSerializer
class ByteStringSerializer() extends Serializer[ByteString]

Generic serializer for traversable collections

Attributes

Graph
Supertypes
class Serializer[ByteString]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def read(kryo: Kryo, input: Input, typ: Class[_ <: ByteString]): ByteString

Attributes

Definition Classes
Serializer
override def write(kryo: Kryo, output: Output, obj: ByteString): Unit

Attributes

Definition Classes
Serializer

Inherited methods

def copy(x$0: Kryo, x$1: ByteString): T

Attributes

Inherited from:
Serializer
def getAcceptsNull(): Boolean

Attributes

Inherited from:
Serializer
def isImmutable(): Boolean

Attributes

Inherited from:
Serializer
def setAcceptsNull(x$0: Boolean): Unit

Attributes

Inherited from:
Serializer
def setImmutable(x$0: Boolean): Unit

Attributes

Inherited from:
Serializer