io.github.positionpal.borer

Members list

Type members

Classlikes

Trait used for marking the entities that should be (de)serialized with the custom Akka serializer that uses Borer

Trait used for marking the entities that should be (de)serialized with the custom Akka serializer that uses Borer

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CborAkkaSerializer extends Serializer

Implementation of the custom Serializer that uses Borer library as core.

Implementation of the custom Serializer that uses Borer library as core.

Attributes

Supertypes
trait Serializer
class Object
trait Matchable
class Any
Known subtypes
class DefaultAkkaBorerSerializer(system: ExtendedActorSystem) extends CborAkkaSerializer, ModelCodecs

Class that refine the Serializer implementing all the codec that uses the ExtendedActorSystem as support for the conversion operations

Class that refine the Serializer implementing all the codec that uses the ExtendedActorSystem as support for the conversion operations

Value parameters

system

The ExtendedActorSystem

Attributes

Supertypes
trait ModelCodecs
trait Serializer
class Object
trait Matchable
class Any
Show all
Known subtypes
trait ModelCodecs

Here are implemented the default Codecs used for serializing object inside the system

Here are implemented the default Codecs used for serializing object inside the system

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes