Sept. 26, 2013
9:32 a.m.
How is inheritance supposed to work in NeoJSON? I only figured it out by doing that manually: neoJsonMapping: aMapper super neoJsonMapping: aMapper. (aMapper mappingFor: self) mapInstVar: #longitude; mapInstVar: #latitude. Is there a better way to do? Norbert