Releases: Donerkebap13/DonerSerializer
Releases · Donerkebap13/DonerSerializer
1.1.0
Breaking Changes
DonerSerializer.hno longer exists. The Serialize/Deserialize functionalities have been separated in two different files,DonerSerialize.handDonerDeserialize.h. This way the user can include only the needed functionality. PRISerializableinterface is now located inISerializable.hinstead ofDonerSerializer.h. PR- Namespace
DonerSerializationchanged toDonerSerializer, to be more consistent with the library name. PR DONER_SERIALIZE_OBJECT_TO_JSONmacro has dissapeared. Now you should useDonerSerializer::CJsonSerializerclass. More info | PRDONER_DESERIALIZE_OBJECT_FROM_JSONmacro has dissapeared. Now you should useDonerSerializer::CJsonDeserializerclass. More info | PR
Features
CSerializationResolverandCDeserializationResolverinternal implementation has changed to make it possible to add new thirdparty types. More info | PR
Fixes
- Some README typos. PR
DonerSerializer First Release
For more information please check the Tutorial