T - Type of the element to serialize.@FunctionalInterface
public static interface RevisionDataOutput.ElementSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RevisionDataOutput dataOutput,
T element) |
void accept(RevisionDataOutput dataOutput, T element) throws java.io.IOException
java.io.IOException