@override void writeValue(ByteLayer data, {int depth = -1}) { data.writeInt(size()); for (int i in value) { data.writeLong(i); } }