@Override public void decode() { super.decode(); this.pingID = this.getLong(); }
@Override public void encode() { super.encode(); this.putLong(this.pingID); }