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