| 188 | |
| 189 | template <class T, class D> |
| 190 | inline void SerializeToMem(D* data, T& c, bool stableOutput = false) { |
| 191 | NMemIoInternals::SerializeMem(false, data, c, stableOutput); |
| 192 | } |
| 193 | |
| 194 | template <class T, class D> |
| 195 | inline void SerializeFromMem(D* data, T& c, bool stableOutput = false) { |