dout.writeUTF(cfm.subcolumnComparator.getClass().getName());
dout.writeBoolean(cfm.comment != null);
if (cfm.comment != null)
dout.writeUTF(cfm.comment);
dout.writeDouble(cfm.rowCacheSize);
dout.writeDouble(cfm.keyCacheSize);
dout.close();
return bout.toByteArray();
}
public static CFMetaData deserialize(InputStream in) throws IOException