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

Method parseBytes

api/src/test/java/io/grpc/MetadataTest.java:59–62  ·  view source on GitHub ↗
(byte[] serialized)

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public Fish parseBytes(byte[] serialized) {
61 return new Fish(new String(serialized, UTF_8));
62 }
63 };
64
65 private static class FishStreamMarshaller implements Metadata.BinaryStreamMarshaller<Fish> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected