public class PxSerialization extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxSerialization() |
protected |
PxSerialization(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxSerialization()
protected PxSerialization(long address)
public static PxSerialization wrapPointer(long address)
public void destroy()
public static boolean isSerializable(PxCollection collection, PxSerializationRegistry sr)
collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]public static boolean isSerializable(PxCollection collection, PxSerializationRegistry sr, PxCollection externalReferences)
collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]externalReferences - WebIDL type: PxCollection [Const]public static void complete(PxCollection collection, PxSerializationRegistry sr)
collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]public static void complete(PxCollection collection, PxSerializationRegistry sr, PxCollection exceptFor)
collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]exceptFor - WebIDL type: PxCollection [Const]public static void complete(PxCollection collection, PxSerializationRegistry sr, PxCollection exceptFor, boolean followJoints)
collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]exceptFor - WebIDL type: PxCollection [Const]followJoints - WebIDL type: booleanpublic static void createSerialObjectIds(PxCollection collection, long base)
collection - WebIDL type: PxCollection [Ref]base - WebIDL type: unsigned long longpublic static PxCollection createCollectionFromXml(PxInputData inputData, PxCooking cooking, PxSerializationRegistry sr)
inputData - WebIDL type: PxInputData [Ref]cooking - WebIDL type: PxCooking [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]PxCollectionpublic static PxCollection createCollectionFromXml(PxInputData inputData, PxCooking cooking, PxSerializationRegistry sr, PxCollection externalRefs)
inputData - WebIDL type: PxInputData [Ref]cooking - WebIDL type: PxCooking [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]externalRefs - WebIDL type: PxCollection [Const]PxCollectionpublic static PxCollection createCollectionFromBinary(NativeObject memBlock, PxSerializationRegistry sr)
memBlock - WebIDL type: VoidPtrsr - WebIDL type: PxSerializationRegistry [Ref]PxCollectionpublic static PxCollection createCollectionFromBinary(NativeObject memBlock, PxSerializationRegistry sr, PxCollection externalRefs)
memBlock - WebIDL type: VoidPtrsr - WebIDL type: PxSerializationRegistry [Ref]externalRefs - WebIDL type: PxCollection [Const]PxCollectionpublic static boolean serializeCollectionToXml(PxOutputStream outputStream, PxCollection collection, PxSerializationRegistry sr)
outputStream - WebIDL type: PxOutputStream [Ref]collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]public static boolean serializeCollectionToXml(PxOutputStream outputStream, PxCollection collection, PxSerializationRegistry sr, PxCooking cooking)
outputStream - WebIDL type: PxOutputStream [Ref]collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]cooking - WebIDL type: PxCookingpublic static boolean serializeCollectionToXml(PxOutputStream outputStream, PxCollection collection, PxSerializationRegistry sr, PxCooking cooking, PxCollection externalRefs)
outputStream - WebIDL type: PxOutputStream [Ref]collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]cooking - WebIDL type: PxCookingexternalRefs - WebIDL type: PxCollection [Const]public static boolean serializeCollectionToBinary(PxOutputStream outputStream, PxCollection collection, PxSerializationRegistry sr)
outputStream - WebIDL type: PxOutputStream [Ref]collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]public static boolean serializeCollectionToBinary(PxOutputStream outputStream, PxCollection collection, PxSerializationRegistry sr, PxCollection externalRefs)
outputStream - WebIDL type: PxOutputStream [Ref]collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]externalRefs - WebIDL type: PxCollection [Const]public static boolean serializeCollectionToBinary(PxOutputStream outputStream, PxCollection collection, PxSerializationRegistry sr, PxCollection externalRefs, boolean exportNames)
outputStream - WebIDL type: PxOutputStream [Ref]collection - WebIDL type: PxCollection [Ref]sr - WebIDL type: PxSerializationRegistry [Ref]externalRefs - WebIDL type: PxCollection [Const]exportNames - WebIDL type: booleanpublic static PxSerializationRegistry createSerializationRegistry(PxPhysics physics)
physics - WebIDL type: PxPhysics [Ref]PxSerializationRegistry