Method | Description | |
---|---|---|
Dispose ( ) : void | ||
allocate ( uint size, int numElements ) : |
||
btDefaultSerializer ( ) : System | ||
btDefaultSerializer ( int totalSize ) : System | ||
finalizeChunk ( |
||
findNameForPointer ( |
||
finishSerialization ( ) : void | ||
getBufferPointer ( ) : |
||
getCurrentBufferSize ( ) : int | ||
getSerializationFlags ( ) : int | ||
getUniquePointer ( |
||
internalAlloc ( uint size ) : |
||
registerNameForPointer ( |
||
serializeName ( string name ) : void | ||
setSerializationFlags ( int flags ) : void | ||
startSerialization ( ) : void | ||
writeHeader ( |
Method | Description | |
---|---|---|
btDefaultSerializer ( |
||
getCPtr ( |
public allocate ( uint size, int numElements ) : |
||
size | uint | |
numElements | int | |
return |
public btDefaultSerializer ( int totalSize ) : System | ||
totalSize | int | |
return | System |
public finalizeChunk ( |
||
chunk | ||
structType | string | |
chunkCode | int | |
oldPtr | ||
return | void |
public findNameForPointer ( |
||
ptr | ||
return | string |
public getBufferPointer ( ) : |
||
return |
public getUniquePointer ( |
||
oldPtr | ||
return |
public internalAlloc ( uint size ) : |
||
size | uint | |
return |
public registerNameForPointer ( |
||
ptr | ||
name | string | |
return | void |
public setSerializationFlags ( int flags ) : void | ||
flags | int | |
return | void |
public writeHeader ( |
||
buffer | ||
return | void |