You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently JsonMapper.RegisterExporter only registers an exporter for a specific type T. Additional type S derived from T will not use the registered exporter. An "bool inherit" flag passed to RegisterExporter (default false) would be useful.
This could, for example, allow all UnityEngine.Objects to be exported by their name. (Yes, I realize this wouldn't work at import time.)
The text was updated successfully, but these errors were encountered:
Currently JsonMapper.RegisterExporter only registers an exporter for a specific type T. Additional type S derived from T will not use the registered exporter. An "bool inherit" flag passed to RegisterExporter (default false) would be useful.
This could, for example, allow all UnityEngine.Objects to be exported by their name. (Yes, I realize this wouldn't work at import time.)
The text was updated successfully, but these errors were encountered: