All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.activej.serializer.stream.DiffStreamDecoder Maven / Gradle / Ivy

package io.activej.serializer.stream;

import java.io.IOException;

public interface DiffStreamDecoder {
	T decodeDiff(StreamInput input, T from) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy