/* DEBUG */ debugWritingSize(hos,fos,"tileColumns",locations);
//=======================================================//
/* - wirePool - */
//=======================================================//
hos.writeInt(wirePool.getEnumerations().size());
for(WireConnection w : wirePool.getEnumerations()){
int mask = w.isPIP() ? 0x80000000 : 0x0;
hos.writeInt(mask | (w.getWire()));
hos.writeInt((w.getRowOffset() << 16) | (w.getColumnOffset() & 0xFFFF));
}