Interface DiffStreamEncoder<T>

All Known Subinterfaces:
DiffStreamCodec<T>

public interface DiffStreamEncoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encodeDiff(StreamOutput output, T from, T to)