Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Public getter/setters for GrainState properties #1679

Closed
dotanpatrich opened this issue Apr 13, 2016 · 1 comment
Closed

Question: Public getter/setters for GrainState properties #1679

dotanpatrich opened this issue Apr 13, 2016 · 1 comment

Comments

@dotanpatrich
Copy link
Contributor

I want to use a custom code that I have as a GrainState, and it should be serialized to azure storage table. I started by developing the logic around my state class using POCO implementation, for which I wasn't required to provide with a public setter for every property that I have. Moreover, some properties intentionally doesn't have any public setter to prevent changing the values externally.

Is there a way to control which properties are serialized with the state and how the state is serialized? If not, is anything planned around this area for the next versions?
Reading the decks from the recent meetups, I spotted a bullet saying there are plans to get rid of the GrainState. What are the exact plans in that area?

Many thanks,
Dotan

@dotanpatrich
Copy link
Contributor Author

Sorry for the redundant post, seems to be duplicate of #1060
I guess we will need to wait for v1.2 to use that

@ghost ghost locked as resolved and limited conversation to collaborators Sep 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant