This PR amends the OrgnalRHubLifetimeManager to serialize message payloads to byte arrays using the serializer provided by Orleans.
This allows the consumer to register their SignalR message types with orleans (using the GenerateSerializer attribute), without having to have them declared where the silo knows about them.
This PR amends the OrgnalRHubLifetimeManager to serialize message payloads to byte arrays using the serializer provided by Orleans.
This allows the consumer to register their SignalR message types with orleans (using the GenerateSerializer attribute), without having to have them declared where the silo knows about them.