[xsd-users] Partial update of in-memory structures & network transfer.

Boris Kolpackov boris at codesynthesis.com
Wed May 24 08:54:07 EDT 2006


Hi David,

Moss, David R (SELEX Comms) (UK Christchurch) <david.r.moss at selex-comm.com> writes:

> > car_t car = ...
> > ACE_OuputCDR ocdr;
> >
> > ocdr << car;
> >
> > // One can extract binary representation of car from ocdr now.
> >
> > ACE_InputCDR icdr (ocdr);
> > car_t car_copy (icdr);
> >
>
> This definitely sounds like something we could try out if it's not
> diverting you from your planned development :-)

I have ACE CDR stream insertion and extraction implemented for non-
polymorphic case. Testing it on a 1051 bytes XML file (library.xml)
resulted in 351 bytes of binary representation. For comparison, zip-
compressing the same file resulted in 595 bytes.

Would you like a pre-release binary?

hth,
-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsd-users/attachments/20060524/779b9280/attachment.pgp


More information about the xsd-users mailing list