void FiberReferenceMap::unmarshal(Object &dest, CObjRef src, char strategy) {
  if (strategy != FiberAsyncFunc::GlobalStateIgnore) {
    dest = src.fiberUnmarshal(*this);
  }
}