From: Rusty B. <ho...@sb...> - 2003-11-16 11:40:21
|
> Speaking of zaurus: have you got a cross-compiler working? No, not yet--my problem is that I haven't been able to connect to the Zaurus over USB yet, and I'm resisting the temptation to just buy a card reader. > > (Since the API is almost > > line-for-line compatible, it shouldn't be a big deal to switch back & > > forth.) > > The code i've got isn't compatible at all, but writing a wrapper around it > also wouldn't be too difficult, i think. ? Maybe I was looking at an old version of the API, but I though there were serialize() & deserialize() methods taking a reference to a serializer & const deserializer, and you just called get("key", value) or put("key", value) on your various member data. At the time the only API difference was that you didn't have to call setSerializableClass() in serialize(). (Oh, and the "SERIALIZER" macro probably had a different name, or wasn't necessary.) --Rusty |