Click or drag to resize
MarshallerTSerializer Property
Gets the serializer function.

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

Property Value

Type: FuncT, Byte
See Also