Serialization and filesystem::path
Hello all, Am I right in thinking that I need to provide serialization support for filesystem::path myself because it is not built in to the serialization libraries? If that is the case, what is the best way to go about it? I had thought it was built in originally, but not been able to get things to compile - have I missed something? James This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately.
Hughes, James wrote:
Hello all,
Am I right in thinking that I need to provide serialization support for filesystem::path myself because it is not built in to the serialization libraries?
yes.
If that is the case, what is the best way to go about it?
read the documenation and examples and implement it. It might be of interest to others as well so you could also upload it to the vault.
I had thought it was built in originally, but not been able to get things to compile - have I missed something?
nope. Robert Ramey
participants (2)
-
Hughes, James
-
Robert Ramey