Example: GetSerializedObject

This examples shows the use of GetSerializedObject to get a serialized object from a file, deserialized it, cast it to the appropriate type, and assign to a variable.

arg_1 = ((StructWithPrimitive)(LrReplayUtils.GetSerializedObject("Serialization_1.bin")));