@override void readValue(ByteLayer data) { int count = data.readInt(); for (int i = 0; i < count; i++) { value.add(data.readLong()); } }