GetSerializedObject

Example: GetSerializedObjectAlphabetical List of Functions

Deserializes an object from the specified file.

Object LrReplayUtils.GetSerializedObject( string strFilename );

VB.NET

Function LrReplayUtils.GetSerializedObject( ByVal strFilename as String ) as Object
strFilenameThe file containing the serialized object. The file must be located in the script's data\SerializedObjects directory.

GetSerializedObject deserializes an object from the specified file located under the script data\SerializedObjects directory. The method returns an object that may be cast to the real object type.

Note: Do not add this function manually to a script. It is generated by VuGen automatically.

Parameterization

Parameterization is not applicable to this function.