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