IPLSerializedObject

Type Alias IPLSerializedObject 

Source
pub type IPLSerializedObject = *mut _IPLSerializedObject_t;
Expand description

A serialized representation of an API object, like an \c IPLScene or \c IPLProbeBatch. Create an empty serialized object if you want to serialize an existing object to a byte array, or create a serialized object that wraps an existing byte array if you want to deserialize it.