Xeaker commented on issue #1808:
URL: https://github.com/apache/fury/issues/1808#issuecomment-2294891599

   > What do you mean load back? You can just cast the deserialized object into 
your type:
   > 
   > ```java
   > Point  p = (Point) fury.deserialize(bytes);
   > ```
   
   But where is the save file located? If I close my game and restart it, how 
can I load the saved data with fury? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to