Jaguar-dart / jaguar_serializer

Format (JSON, XML, protobuf, mongodb, etc) and platform (server, client) agnostic serialization framework
172 stars 34 forks source link

SafeNum processor does not work #152

Closed lejard-h closed 6 years ago

lejard-h commented 6 years ago

JaguarCliException: FieldProcessor SafeNumProcessor processes deserializes num to dynamic. But field has type double.

tejainece commented 6 years ago

Provide complete example, please.

Best case add a testcase.

tejainece commented 6 years ago

Fixed by https://github.com/Jaguar-dart/jaguar_serializer/commit/d4b72628398d21792073416aff7e90a29c2c32ed

Published to pub as 2.2.1.

Please reopen the issue if it is not fixed.

Thanks.