What’s the cleanest way, with data classes, to mix...
# announcements
m
What’s the cleanest way, with data classes, to mix them together? Like, if you have a concept of a “history” of an object, that adds 3 fields, that you’d like to add to several objects - but its only purpose is to read from the database and throw over the wire in json? (no behavior involved.)