#include "foundation/PxAssert.h"
#include "foundation/PxAllocatorCallback.h"
#include "common/PxSerialFramework.h"
#include "common/PxCollection.h"
#include "PxFoundation.h"
Go to the source code of this file.
Classes | |
class | PxSerializer |
Serialization interface class. More... | |
class | PxSerializerDefaultAdapter< T > |
Default PxSerializer implementation. More... | |
Macros | |
#define | PX_NEW_SERIALIZER_ADAPTER(x) |
Preprocessor Macro to simplify adapter creation. More... | |
#define | PX_DELETE_SERIALIZER_ADAPTER(x) { PxSerializer* s = x; if (s) { s->~PxSerializer(); PxGetFoundation().getAllocatorCallback().deallocate(s); } } |
Preprocessor Macro to simplify adapter deletion. More... | |