xoom-net-actors
xoom-net-actors copied to clipboard
Implement serialization mechanism as a plugin
Todays serialization is using Newtonsoft.Json
but it would be better to move it to the existing plugin architecture.
Thus serialization could be parametrable and we could move to BinaryFormatter
or another kind of serialization.