public void getByteArray(TransferOutputStream touts) { touts.writeInt(account.getId()); touts.writeString(account.getName()); touts.writeString(account.getAddress()); }