serialization / deserialization: ignoring specific properties #280
Closed
mhollandertetragoninvcom
started this conversation in
General
Replies: 1 comment 2 replies
-
Setting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see a way to ignore specific fields (via the NonSerializedAttribute), or specific types (via the DataContractAttribute), but I don't see a way to ignore specific properties within specific types. Is this possible?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions