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