Details
-
Improvement
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
-
None
Description
- BinaryRecordWriter currently only supports conversions from expected types generated by BinaryRecordReader for Real types
- Currently unexpected types for a Real will be converted to a Double with a value of zero
- Improve Real type conversions to allow for more types IE: BigDecimal, Integer types etc