akka

object akka
class Object
trait Matchable
class Any
akka.type

Type members

Classlikes

object ByteStringByteAccess extends ByteAccess[ByteString]

ByteAccess for ByteString.

ByteAccess for ByteString.

final class ByteStringOutput extends Output

Mutable Output implementation for serializing to ByteString.

Mutable Output implementation for serializing to ByteString.

object ByteStringOutputProvider extends ToTypeProvider[ByteString]
object ByteStringProvider extends Provider[ByteString]

Input around ByteString.

Input around ByteString.

final class FromByteString(byteString: ByteString) extends Input[ByteString]

Implicits

Implicits

implicit val ByteStringCodec: Codec[ByteString]

Encoding and Decoding for ByteString.

Encoding and Decoding for ByteString.

implicit def actorRefCodec(implicit system: ActorSystem): Codec[ActorRef]
implicit def typedActorRefCodec[T](implicit system: ActorSystem): Codec[ActorRef[T]]