[ 
https://issues.apache.org/jira/browse/XERCESC-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011556#comment-13011556
 ] 

Lee Doron commented on XERCESC-1959:
------------------------------------

The new format could include info on the writer's endianness and 32- vs. 
64-bitness. The reader would check whether they match its native parameters -- 
if so, then it can read with no penalty in speed (and no unnecessary memory 
usage, if both are 32-bit machines). If not, then it would have to translate, 
for a slight speed penalty.

> serializeGrammars does not work between 32 and 64 bit systems
> -------------------------------------------------------------
>
>                 Key: XERCESC-1959
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1959
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (XML Schema)
>    Affects Versions: 3.1.1
>         Environment: Win Vista 32 bit + VS 2010 express, Xerces-C 3.1.1 binary
> Ubuntu 10.10 64 bit, Xerces-C 3.1 installed
>            Reporter: Daniel Turcanu
>
> Serialization of schema grammar does not work between Windows 32 and Linux 64 
> bit. Serializing on one machine (with serializeGrammars) and deserializing on 
> the other (with deserializeGrammars) fails ungracefully.
> Serializing and deserializing on the same machine works fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to