Discussion:
[omniORB] How to encode/decode valuetype to/from a binary file?
JiangWei
2006-05-31 19:53:55 UTC
Permalink
omniORB4 has no IOP::Codec. Is there another way to do that ?
Duncan Grisby
2006-05-31 20:54:01 UTC
Permalink
Post by JiangWei
omniORB4 has no IOP::Codec. Is there another way to do that ?
You can get the same functionality with cdrMemoryStream or
cdrEncapsulationStream, defined in include/omniORB4/cdrStream.h. You
just create a stream object and marshal things into it. It should be
fairly easy to see what to do, I hope.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...