00001 // Copyright 2009-2015 Sandia Corporation. Under the terms 00002 // of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. 00003 // Government retains certain rights in this software. 00004 // 00005 // Copyright (c) 2009-2015, Sandia Corporation 00006 // All rights reserved. 00007 // 00008 // This file is part of the SST software package. For license 00009 // information, see the LICENSE file in the top level directory of the 00010 // distribution. 00011 00012 #ifndef SST_CORE_SERIALIZATION_SERIALIZATION_H 00013 #define SST_CORE_SERIALIZATION_SERIALIZATION_H 00014 00015 #ifdef SST_BUILDING_CORE 00016 #include "sst/core/serialization/core.h" 00017 #else 00018 #include "sst/core/serialization/element.h" 00019 #endif 00020 00021 #endif //SST_CORE_SERIALIZATOIN_SERIALIZATION_H