io.activej.serializer.stream.DiffStreamEncoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of activej-serializer Show documentation
Show all versions of activej-serializer Show documentation
Extremely fast and space-efficient serializers. Implemented using bytecode engineering.
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