blob: f96d7d5df0302a432b48beffe073b51d732c1f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef SERIALIZETRANSFER_H
#define SERIALIZETRANSFER_H
#if SUPPORT_TEXT_SERIALIZATION
#include "YAMLRead.h"
#include "YAMLWrite.h"
#endif
#include "RemapPPtrTransfer.h"
#include "StreamedBinaryRead.h"
#include "ProxyTransfer.h"
#include "SafeBinaryRead.h"
#include "StreamedBinaryWrite.h"
#endif
|