| 67 | |
| 68 | template <typename T> |
| 69 | inline read_result<T> read(const base::memory_buffer& bytes, int64_t offset) |
| 70 | { |
| 71 | return serializer<T>::read(bytes, offset); |
| 72 | } |
| 73 | |
| 74 | template <typename T> |
| 75 | int64_t write(const T& o, buffer_t& bytes, int64_t offset) |
no outgoing calls
no test coverage detected