Create components to respond to client request #200

Merged
lars.winzer merged 12 commits from feat/serverside-response into main 2026-03-24 15:02:16 +01:00
Showing only changes of commit 0f58b4e998 - Show all commits
@@ -0,0 +1,5 @@
package ch.unibas.dmi.dbis.cs108.casono.server.network.response;
public interface Encodable {
String encode();
}