Replies: 1 comment
-
sorry it took me so long to respond, I tend to read the discussions not so often (yeah I know, my bad)... anyway... This is a very good suggestion, in order to set a customized default for the IncludeIf value. If you don't want to create a PR I will add the code myself. Thanks for the suggestion, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and thanks for this project.
Please add this future can set include attribute in config. i changed this way:
in
Persistence
unit add this function toINeonConfiguration
:function SetInclude(AValue: IncludeIf): INeonConfiguration;
In
TNeonConfiguration
add this members:And :
In
TNeonSerializerJSON.WriteDataMember
inNeon.Core.Persistence.JSON
unit and beforecase AValue.Kind of
add this lines:Now in config can set like this:
Beta Was this translation helpful? Give feedback.
All reactions