MCPcopy Create free account
hub / github.com/grpc/grpc-java / serializesToStreams

Method serializesToStreams

api/src/main/java/io/grpc/Metadata.java:839–841  ·  view source on GitHub ↗

Returns whether this key will be serialized to bytes lazily.

()

Source from the content-addressed store, hash-verified

837 * Returns whether this key will be serialized to bytes lazily.
838 */
839 boolean serializesToStreams() {
840 return false;
841 }
842
843 /**
844 * Gets this keys (implementation-specific) marshaller, or null if the

Callers 2

putMethod · 0.45
toObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected