mobxjs / serializr

Serialize and deserialize complex object graphs to and from JSON and Javascript classes
MIT License
766 stars 52 forks source link

make beforeDeserialize, afterDeserialize optional #94

Closed zeevl closed 5 years ago

zeevl commented 5 years ago

These aren't required when writing custom serializers. This fixes the d.ts to match.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 91.107% when pulling 3a0027d10978a6b389d16433dc57e41d5a46872a on zeevl:fix-propschema-typescript into f3d8441271009ff1818c2893e7a18da92bbde541 on mobxjs:master.

1R053 commented 5 years ago

indeed, thanks