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 Objecttrait Matchableclass Any
- Known subtypes
-
trait CommunicationProtocolclass Informationclass NewMessagetrait GroupCommandclass ClientConnectsclass ClientDisconnectsclass ClientJoinsGroupclass ClientLeavesGroupclass DeleteGroupclass SendMessagetrait GroupEventclass ClientConnectedclass ClientDisconnectedclass ClientJoinedToGroupclass ClientLeavedFromGroupclass MessageShow all
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 Serializerclass Objecttrait Matchableclass Any
- Known subtypes
-
class AkkaSerializer
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 ModelCodecstrait CborAkkaSerializertrait Serializerclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class AkkaSerializer
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 Objecttrait Matchableclass Any
- Known subtypes
-
class AkkaSerializertrait CommunicationSerializers