Click or drag to resize
MarshallerTDeserializer Property
Gets the deserializer function.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public Func<byte[], T> Deserializer { get; }

Property Value

Type: FuncByte, T
See Also