mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 03:26:02 +08:00
[Java] Fix serializing issues of RaySerializer (#4887)
* Fix * Address comment.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<dependency>
|
||||
<groupId>de.ruedigermoeller</groupId>
|
||||
<artifactId>fst</artifactId>
|
||||
<version>2.47</version>
|
||||
<version>2.57</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
||||
@@ -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