Plans for multi-player

I was wondering about multi-player (networking) in Paradox.

Are there plans to create Paradox libraries for supporting multi-player (help out with lobby, rooms, RPC, synchronization etc)?
Maybe people already have experience with integrating existing solutions?
Or are people writing these themselves?

Currently I’m creating my (hobby) project in Unity and am implementing my network layer.
I’m comparing things like the Photon libraries (PUN) and the new Unity.Networking project.
It would be nice to have a solution that leverages standard .net practices (like serialization) instead of writing everything all over again.

We have a research effort toward that goal, with some very exciting features that would make writing multiplayer games and netcode much more easy.

Not sure if/when any of it will come out.