Defect fix:
- null values throwing exception during serialization issue 22
Features added:
- Ignore serialization and deserialization with @JsonIgnore decorator - thanks @devpreview.
- Removed
reflect-metadatafrom required dependencies list - thanks @devpreview. - Serialize / deserialize array keeping the order - thanks @vapkse
Defect fixes:
- Enable String Serializer to support strings with special characters. Thanks @ironchimp
- deserializeArray returns undefined when called on an empty array. Thanks @devpreview
- nested array is undefined. Thanks @devpreview
- Finally fixed travis build with linting fix.