What happened to archivebase.h

I was using archivebase.h to write binary files to disk and load them in. Now in 4.14 when I try to build my project it is saying that this header file does not exist. What happened to this header file?

I found the same problem, but I found out I could just #include "Serialization/Archive.h" and it works for me.