Referring to “6.2 Exchanging data between client and server” in “The TANGO Control System Manual Version 9.2” we completely understand that we should be using only the datatypes mentioned.
Curios to understand, we have a scenario where we want to send the Object of “Object Class” (Java) between Client & Server in Tango, do we have a workaround for this?
In fact to find a workaround in this case is just a pure software development and Java skills: one can simply use DevVarCharArray to transfer byte and then use standard Java serialization, see for instance