if you want, you could provide your own MongoDb-oriented serializer, but it had to be configured for:
Akka.Persistence.Serialization.Snapshot, Akka.Persistence
to serialize snapshot envelopes (with content)Akka.Persistence.Serialization.IMessage, Akka.Persistence
to serialize journal message envelopes (also with content)limitation is that serializer is expected to work with binary data
IPersistentRepresentation
serialization/deserialization, it has configured an explicit proto-buf message serializer
BackoffSupervisor
I could continue refucktoring of akka cluster sharding ;)