Esempio n. 1
0
 public static void render(final AbstractMessageLite message) {
   throw new RenderBinary(
       new ByteArrayInputStream(message.toByteArray()),
       null,
       0,
       "application/x-google-protobuf",
       true);
 }