can we publish an object as byte array
| Wed, 2008-05-07 08:08 | |
|
my question is can we publish an object as a byte array. if possible then what is the way. i have tried this thing in this way first, i have published a byte array. object.but while geting ( using API RProperty::Get()) in the subscriber i am not able to internalize that byte array which i have externalized. i am getting panic, system error -25 i.e unexpacted end of file when i am trying to internalisze the file. |
|






Forum posts: 23
sorry the last line is "when i am trying to internalisze the object" instead of "when i am trying to internalisze the file".
Forum posts: 1134
Yes, it is possible.
You probably make some kind of mistake, either when internalizing or when externalizing.