public void Read(BinaryReader reader)
 {
     SaveSerializer.Read(
         reader,
         this);
 }