document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.   private void BinaryLoad()
  2.   {
  3.        SL.serializableList = BinarySaver.Load<List<SerialItem>>("Inventory");
  4.   }
');