Sandbox Logo

SerializationOptions.ImpliedTarget

InputDefinition ImpliedTarget { get; set; }

Description

Add this input to any graphs deserialized in this scope, usually representing a "this" parameter holding the object this graph is embedded in. When serializing, omit this input from the serialized graph because we know it will be added automatically when deserializing.

Return

User Comments