@override void writeValue(ByteLayer data) { data.writeInt(value.length); for (int i in value) { data.writeInt(i); } }