Re: About PropertyBag and Properties.



> I wonder how it is possible to load/store CORBA::any values. How do you
> solve the little/big endian problem. Please can you give me a hint (I
> thought
> CORBA::any means that I cant determine what is exactly contained?).

CORBA::any is a data type that can contain any kind of information,
think of it as a container.  The recent work Michael did was on the
DynAny interface, which is basically an API to manipulate and query
any values.  You can figure out the type contained and all the data
contained on it.

You can then "stream" the any values into any format you want.  For
instance, a very simple way of persising the data would be to use the
same code that marshals and demarshals the arguments to write to a
buffer 

Miguel.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]