Daniel
"Daniel Rozzeta" <
[hidden email]> wrote in message
news:
[hidden email]...
> Hi all,
> I need to serialize some objects to a SQL string column.
> As I understand it, the STBOutFiler would legally include in its
> output a 0 asCharacter (or null-character) which will cause trouble.
> Which do you think will be the simpler solution? Does anyone have an
> UUE encoder-decoder?
Depending on how big the objects are, you could use something like
ByteArray>>printHexOn: and ByteArray(class)>>fromHexString:. It doubles the
size of your objects, but in a lot of cases that doesn't really matter.
Don
>
> Thanks