marcizhu / Cereal

A simple & fast serialization library written for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doubles don't work in Cereal-CSharp

marcizhu opened this issue · comments

commented

For some reason, floats work, but doubles don't. More research is needed.

Also, other data types should be tested. Tested data types:

  • bool
  • char
  • byte
  • short
  • int
  • float
  • Int64
  • double
  • string
commented

Fixed in the next commit. All data types have been tested now.

commented

Fixed in commit bb44500

commented

NOTE: Cereal-CSharp was once in this repository, and that's why this issue is here. Now it has been moved to its own repository :D