Replies: 1 comment
-
After thinking more this seems to be silly question, just in case someone else faces with the same - there is an ability to use handle directly, e.g.
there is still one problem though, the handle might not be valid. I mean - there might be no key stored at that handle. The was how I check that, is try to load public data from that handle... if that fails - no key.
probably not the best approach, but at least something for now. Still thinking on something better. |
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
-
Hello,
Are there any ability to get handle of the object that was made persistent.
consider next case:
next time application starts, it does:
first part I have done:
how would I check that the key is there and get it's handle vs creating key each time?
Beta Was this translation helpful? Give feedback.
All reactions