>
>
> What about using our Serializable interface? - That was invented to
> serialize internal objects with arbitrary internal data.
>
>
This is a bit painful to generate and then parse (unserialize) string if
you do it in C... Especially if you need only add few properties that will
contain data for serialization. In that case Serailizable is a bit
overkill...

And for my use case (DateTime serialization) it would be BC as well.
Different format (Serializable always generate Custom string).

Jakub

Reply via email to