388389390391392393394
/** * Uses the protobuf data format */ public T protobuf() { return dataFormat(new ProtobufDataFormat()); }