1 override of Serialize
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\DefaultMessagePackHubProtocolWorker.cs (1)
31
protected override void
Serialize
(ref MessagePackWriter writer, Type type, object value)
1 reference to Serialize
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocolWorker.cs (1)
503
Serialize
(ref writer, argument.GetType(), argument);