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

   What do you mean load back? You can just cast the deserialized object into 
your type:
   ```java
   Point  p = (Point) fury.deserialize(bytes);
   ```


-- 
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