/* * IDK Game Server by Steve Winfield * https://github.com/WinfieldSteve */ package org.stevewinfield.suja.idk.communication; public interface ISerialize { public void serialize(final MessageWriter writer); }