Skip to content

Any to Any#

The simplest of converters, AnyToAny transforms any type into a type of type Any, serving as a pass-through. This is important when the input task expects an object and the output of thelink task is not of type object and when we want to do further operations on a non-standard type.

image117