المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : safe-cast serialization



C++ Programming
04-01-2009, 10:21 PM
Is there a way in C++ to serialize objects into a char buffer without using reinterpret_cast or c-style casting (and backwards on the other end)? I also don't want to use C++ streams. I don't care how difficult it is.
Thanks