J
John Dann
I need to read a binary file (whose structure I know - at least in
generic terms) and just learning about how best to do it.
Looking at deserialisation this seems to be one direct approach. But
from what I've read thus far I'm unclear about whether a binary file
needs to have been created with serialise before it can be read with
deserialise (ie is there some information added to the file) or can
deserialise be used with any binary file provided you know its
structure and read it in to a set of appropriate variables?
JGD
generic terms) and just learning about how best to do it.
Looking at deserialisation this seems to be one direct approach. But
from what I've read thus far I'm unclear about whether a binary file
needs to have been created with serialise before it can be read with
deserialise (ie is there some information added to the file) or can
deserialise be used with any binary file provided you know its
structure and read it in to a set of appropriate variables?
JGD