• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / 16530
89%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2019 11:45PM UTC
Jobs 1
Files 270
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
16530

push

travis-ci

ejona86
Support for lazily serialized values in Metadata.

First add a new a Metadata.BinaryStreamMarshaller interface which
serializes to/from instances of InputStream, and a corresponding
Key.of() factory method.

Values set with this type of key will be kept unserialized internally,
alongside a reference to the Marshaller. A new method
InternalMetadata.serializePartial(), returns values which are either
byte[] or InputStream, and allows transport-specific handling of
lazily-serialized values.

For the regular serialize() method, stream-marshalled values will be
converted to byte[] via an InputStreams.

15408 of 17659 relevant lines covered (87.25%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16530.1 12 Dec 2019 11:45PM UTC 0
87.25
Travis Job 16530.1
Source Files on build 16530
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16530
  • d1078591 on github
  • Prev Build on master (#16528)
  • Next Build on master (#16533)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc