thanks newt.
If my baseBall is a member of sportsEquip and the Ball family how do I load it from Jason?
Do I save it as baseBall (since it is both a sportsEquip family and a Ball family) then when it comes time to load from json do I create by name "baseBall" but then load by json after casting it as sportsEquip or Ball)? Ie which load from json should I use after I create it?
To get to the sportequip casting do I use Pick by last create (since I just created "baseball" so the last creation of sportequip was in fact a "baseball". Or should I Pick by last created and use the Ball family? Or does it matter?
thanks for your time.
yours
winkr7