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

Method parseBytes

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

Parse a serialized metadata value from bytes. @param serialized value of metadata to parse @return a parsed instance of type T

(byte[] serialized)

Source from the content-addressed store, hash-verified

832 * @return a parsed instance of type T
833 */
834 abstract T parseBytes(byte[] serialized);
835
836 /**
837 * Returns whether this key will be serialized to bytes lazily.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected