mirror of https://github.com/grpc/grpc-java.git
Update comment in MethodDescriptor.Marshaller
This commit is contained in:
parent
28d51c5e3e
commit
f612746b97
|
|
@ -104,7 +104,8 @@ public class MethodDescriptor<RequestT, ResponseT> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A typed abstraction over message parsing and serialization.
|
* A typed abstraction over message serialization and deserialization, a.k.a. marshalling and
|
||||||
|
* unmarshalling.
|
||||||
*
|
*
|
||||||
* <p>Stub implementations will define implementations of this interface for each of the request
|
* <p>Stub implementations will define implementations of this interface for each of the request
|
||||||
* and response messages provided by a service.
|
* and response messages provided by a service.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue