All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Bugrelease.
- bug that caused explicitly set undefined properties to crash the serializer
- Possibility to serialize / deserialize
null
.
- Possibility to serialize arrays of objects in types.
- Build.
- Actual 1.0 release
- Made prepare script executable
Library that does serialization and deserialization for JSON communication. It does work on nodeJS and it's planned to support browsers as well in the future. The main reason is to use decorators to register the serializable models and create a reliable json structure with those informations. Further information is found in the readme.