| 63 | namespace { |
| 64 | |
| 65 | struct invalid_fuzzing_input_exception : public std::exception { |
| 66 | }; |
| 67 | |
| 68 | template <typename T> |
| 69 | CDataStream Serialize(const T& obj, const int version = INIT_PROTO_VERSION, const int ser_type = SER_NETWORK) |
no outgoing calls