static O unstructureInRealm(S s, fO realm) { O classFinder = func(S name) { _getClass(realm, name) }; ret unstructure(s, false, classFinder); }