57585960616263
return new OperationBatchGsonImpl(); } @Override public ProtocolWaveletOperation createWaveOp() { return new ProtocolWaveletOperationGsonImpl(); }
69707172737475
return GsonProto.toJson((GsonSerializable) waveletOp); } @Override public ProtocolWaveletOperation deserializeOp(String serializedOp) throws MessageException { return GsonProto.fromGson(new ProtocolWaveletOperationGsonImpl(), serializedOp); }