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

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

Go to download

Extremely fast and space-efficient serializers. Implemented using bytecode engineering.

There is a newer version: 6.0-rc2
Show newest version
package io.activej.serializer.stream;

import java.io.IOException;

public interface DiffStreamEncoder {
	void encodeDiff(StreamOutput output, T from, T to) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy