grijjy / GrijjyFoundation

Foundation classes used by other Grijjy repositories
Other
247 stars 88 forks source link

(ProtocolBuffers) Improve extensibility with pointers to records #45

Open halt9k opened 2 years ago

halt9k commented 2 years ago

Allow serializing not only nested records, but also nested pointers to records (which are interpreted as normal records) to allow flexible internal structure changes. This may allow support of class se/de-realization with just one additional "content" record. (suggestion)