[36.4] How do I serialize/unserialize simple types like numbers, characters, strings, etc.?
The answer depends on your decision
regarding human-readable ("text") format vs. non-human-readable ("binary")
format:
The primitives discussed in those FAQs will be needed for most of the other
FAQs in this section.
|