Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Non-serializable properties for serializable types #432

Open
JechoJekov opened this issue Jul 15, 2015 · 1 comment
Open

Non-serializable properties for serializable types #432

JechoJekov opened this issue Jul 15, 2015 · 1 comment

Comments

@JechoJekov
Copy link

All properties of a type to which the "SerializableAttribute" is applied are intrinsic which is great. However, in some cases serializable types need by extended, for example, to provide an additional property which is a combination of two serializable properties. Therefore, it would be good to be able to mark a property as non-serializable. In this case the compiler should create static getter and/or setter methods similar to what it does for methods of serializable types.

@erik-kallen
Copy link
Contributor

Makes sense

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants