Should resolve any custom operators into their corresponding class objects.
If you implement any custom Operator classes, you should override this method to resolve them after serialization.
the serialized string provided by your [Operator.serialize()]{@link Operator#serialize} implementation
undefined
Generated using TypeDoc
A service that resolves Operators (or custom string) into a concrete (@link Operator) implementation class.