*/
public static TransformedWaveletDelta deserialize(final ProtocolWaveletDelta protocolDelta,
HashedVersion postVersion) {
// TODO(anorth): include the application timestamp when it's plumbed
// through correctly.
WaveletOperationContext dummy = new WaveletOperationContext(null, 0L, 0L);
List<WaveletOperation> ops = new ArrayList<WaveletOperation>();
for (ProtocolWaveletOperation protocolOp : protocolDelta.getOperation()) {
ops.add(deserialize(protocolOp, dummy));
}
// This involves an unnecessary copy of the ops, but avoids repeating