public void writeExternal(final ObjectOutput out) throws IOException
{
out.writeInt(this.map.size());
try
{
this.map.forEachKeyValue(new CheckedIntByteProcedure()
{
@Override
public void safeValue(int key, byte value) throws IOException
{
out.writeInt(key);