Unsolved
This post is more than 5 years old
4 Posts
0
1415
July 22nd, 2012 05:00
DFC.jar API Support Serializable
We used RMI, we need (IDfSysObject, IDfFolder, IDfLocation, IDfMethodObject, IDfMountPoint, IDfNote ) Serializable
how convert this class or interface to Serializable?
No Events found!



Hartmut_Clausen
123 Posts
0
July 23rd, 2012 00:00
I don't think that is possible.
I suggest to pass the ID of the object and than fetch it on the RMI server directly from the Content Server.
Can please give a sample what you want to do? Maybe there are other solutions to your problem.
yaser_alhsnat
4 Posts
0
July 23rd, 2012 01:00
code it must be serializable so we can transfer IDfSysObject from client to server.
Hartmut_Clausen
123 Posts
0
July 23rd, 2012 01:00
You get the dfc.jar "as it is". You cannot change it.
Maybe you can give us the use case, so that it is possible to suggest an alternative approach.
yaser_alhsnat
4 Posts
0
July 24th, 2012 01:00
We used RMI(Java Remote Method Invocation) in my web applction ,we want transfer IDfSysObject from client to server, so code it must be serializable
Hartmut_Clausen
123 Posts
0
July 24th, 2012 01:00
OK, now that you have told us HOW you want to perform the action, can you please also tell us WHAT you want to do?