public static byte[] pack(IPackable packableEx) { ByteBuf buffer = new ByteBuf(); packableEx.marshal(buffer); return(buffer.asBytes()); }
public static byte[] pack(PrivilegeMessage packableEx) { ByteBuf buffer = new ByteBuf(); packableEx.marshal(buffer); return(buffer.asBytes()); }