pub unsafe extern "C" fn PxRepXSerializer_fileToObject_mut(
    self_: *mut PxRepXSerializer,
    inReader: *mut XmlReader,
    inAllocator: *mut XmlMemoryAllocator,
    inArgs: *mut PxRepXInstantiationArgs,
    inCollection: *mut PxCollection
) -> PxRepXObject
Expand description

Convert from a descriptor to a live object. Must be an object of this Serializer type.

The new live object. It can be an invalid object if the instantiation cannot take place.