utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
698 stars 63 forks source link

Fix parser for arrays of Float and Double types. Add UnitTests #114

Closed Przemyslaw-Wosko closed 6 years ago

Przemyslaw-Wosko commented 7 years ago

As described in #113.

Added unit tests for simple array of doubles and floats Added direct protocol conformance of ValueType for Double and Float.