-
Was talking to someone about JMAP recently which contains a system to reference the result of a previous call. It works like basically putting one or more calls in flight that assign their return values to some variable It looks like this kind of exists here as "source value" but the docs are very sparse as to why you would use them. Are these basically the same thing, or is that kind of restructuring not really supported in deepr? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The purpose of source values is different than what you think. Basically, it allows specifying an object and then executing some methods on it. The way the object is serialized/deserialized is up to the developer and outside of the scope of Deepr. |
Beta Was this translation helpful? Give feedback.
The purpose of source values is different than what you think. Basically, it allows specifying an object and then executing some methods on it. The way the object is serialized/deserialized is up to the developer and outside of the scope of Deepr.