package de.tum.in.www1.jReto.packet; import java.nio.ByteBuffer; public interface Packet { public ByteBuffer serialize(); }