package chat.server.call; public enum ResultOutputType { JSON, Bytes; }