Click or drag to resize

MarshallersStringMarshaller Property

Returns a marshaller for string type. This is useful for testing.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public static Marshaller<string> StringMarshaller { get; }

Property Value

Type: MarshallerString
See Also