68697071727374
public static void serializeDiff(MoleculeDiff diff, File file) throws IOException { diff.serialize(file); } public static MoleculeDiff deserializeDiff(File file) throws IOException { return new MoleculeDiffDeserialized(file); }