mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 21:14:55 +08:00
[Java] Fix serializing issues of RaySerializer (#4887)
* Fix * Address comment.
This commit is contained in:
@@ -20,7 +20,9 @@ public class RayPyActorImpl extends RayActorImpl implements RayPyActor {
|
||||
*/
|
||||
private String className;
|
||||
|
||||
private RayPyActorImpl() {}
|
||||
// Note that this empty constructor must be public
|
||||
// since it'll be needed when deserializing.
|
||||
public RayPyActorImpl() {}
|
||||
|
||||
public RayPyActorImpl(UniqueId id, String moduleName, String className) {
|
||||
super(id);
|
||||
|
||||
Reference in New Issue
Block a user