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