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