Support for Binary serialization
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
Most C,C++ binary Serialization code & library is manual style (MFC style,boost,s11n,etc...)
it need to manual coding for serialization.
but, gSOAP library can be automatic xml serialization by soapcpp2.exe(stub & skeleton generator)
I wanna feature about binary format serialization(option). because it was so fast and light.
I guess it was not so hard. but powerful feature.
p.s
I hate JAVA, but I envy Serializable Java Interface.
because it can automatic binary serializaion.
Logged In: YES
user_id=1851384
Originator: YES
File Added: Template-Based Object Serialization.zip
Book(Game Programming Gems 3) sample code