Replies: 1 comment
-
Hey @Dines97 |
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.
-
Hi,
I want to add embedded resource property to my entity spec, but instead of getting serialized class I want to serialize using some custom code in my controller, so I can choose serialization target by myself. What class I should use for this property? JObject, JRaw, object?
After this I still want to serialize object but choose target according to some other criteria. So basically, it still needs to be serializable. What would be appropriate type for this?
[EmbeddedResource] public <Type> Parameters { get; set; }
Thanks for everything.
Beta Was this translation helpful? Give feedback.
All reactions