Пример #1
0
 @Override
 public void decode() {
   super.decode();
   this.pingID = this.getLong();
 }
Пример #2
0
 @Override
 public void encode() {
   super.encode();
   this.putLong(this.pingID);
 }