can we publish an object as byte array

Login to reply to this topic.
Wed, 2008-05-07 08:08
Joined: 2007-08-28
Forum posts: 23

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.
i have externalized the object and set( using api RProperty::Set()) the property as a byte array by using that externalized

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.


Wed, 2008-05-07 08:14
Joined: 2007-08-28
Forum posts: 23
Re: can we publish an object as byte array

sorry the last line is "when i am trying to internalisze the object" instead of "when i am trying to internalisze the file".

Wed, 2008-05-07 08:56
Joined: 2004-11-29
Forum posts: 1134
Re: can we publish an object as byte array

Yes, it is possible.

You probably make some kind of mistake, either when internalizing or when externalizing.

  • Login to reply to this topic.