include/common/PxSerialFramework.h
↰ Parent directory: include/common/
Source: include/common/PxSerialFramework.h
Included By
Classes
PxDeserializationContext: Binary deserialization context class.
PxProcessPxBaseCallback: Callback class used to process PxBase objects.
PxSerializationContext: Binary serialization context class.
PxSerializationRegistry: Class serving as a registry for XML (RepX) and binary serializable types.
Defines
PX_MAKE_FOURCC: Used to fix multi-byte characters warning from gcc for situations like: PxU32 foo = ‘CCTS’;.
PX_SERIAL_ALIGN: Default serialization alignment.
PX_SERIAL_FILE_ALIGN: Serialized input data must be aligned to this value.
PX_SERIAL_OBJECT_ID_INVALID: PxSerialObjectId value for objects that do not have an ID.
PX_SERIAL_REF_KIND_MATERIAL_IDX: Reference kind value for material indices.
PX_SERIAL_REF_KIND_PTR_TYPE_BIT: Bit to mark pointer type references,.
PX_SERIAL_REF_KIND_PXBASE: Reference kind value for PxBase objects.
Typedefs
PxBinaryMetaDataCallback: Callback type for exporting binary meta data for a serializable type.
PxSerialObjectId: ID type for PxBase objects in a PxCollection.