libplanet
libplanet copied to clipboard
Implement attributes to ignore certain properties for `DataModel`
Currently as implemented in #1935, DataModel.Encod() encodes all public properties. This may not be desirable in all cases and probably hampers with data modeling where one might want a public property that is not part of a stored data. An attribute such as
[IgnoreProperty] to ignore a property when encoding might be useful.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.