Uses of Interface
net.sodacan.core.Serializer
Packages that use Serializer
Package
Description
A small island of compute sending and receiving messages to/from other Actors.
Serializer implementations are in this package.
-
Uses of Serializer in net.sodacan.core.actor
Fields in net.sodacan.core.actor declared as Serializer -
Uses of Serializer in net.sodacan.core.serialize
Methods in net.sodacan.core.serialize that return Serializer -
Uses of Serializer in net.sodacan.core.serialize.gson
Classes in net.sodacan.core.serialize.gson that implement SerializerModifier and TypeClassDescriptionclass
Serialize and deserialize Actors and Messages to Json using Google's Gson.Methods in net.sodacan.core.serialize.gson that return SerializerModifier and TypeMethodDescriptionCreate a serializer for the specified actorId. -
Uses of Serializer in net.sodacan.core.serialize.kryo
Classes in net.sodacan.core.serialize.kryo that implement SerializerMethods in net.sodacan.core.serialize.kryo that return SerializerModifier and TypeMethodDescriptionCreate a serializer for the specified actorId.