[
Lists Home |
Date Index |
Thread Index
]
On Wed, Jan 21, 2004 at 07:39:47PM -0800, Tim Bray wrote:
> So this would be a good time to say "I'd use genx for XXX, but if it
> sticks with FILE * I'm not going to be able to use it because of YYY".
I can't promise I'll use it, but here are some use cases that *do*
serialize, just not to FILE *:
- Storing into a database, as a blob. Needs serialisation to char* most
likely.
- Sending over a network, within a framework like apache, which has a
calls like ap_rputc, ap_rprintf and ap_send_fd that should be used.
--
Bart.
|