Serializable.h 210 B

1234567891011121314151617
  1. //
  2. // Created by jovian on 15/01/18.
  3. //
  4. #ifndef SERIALIZATION_SERIALIZABLE_H
  5. #define SERIALIZATION_SERIALIZABLE_H
  6. #include <ostream>
  7. class Serializable {
  8. public:
  9. };
  10. #endif //SERIALIZATION_SERIALIZABLE_H