You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_double_serializer.expected 532 B

1234567891011121314
  1. Test default serializer:
  2. obj.to_string(standard)=0.5
  3. Test default serializer with custom userdata:
  4. obj.to_string(userdata)=0.5
  5. Test explicit serializer with custom userdata:
  6. obj.to_string(custom)=test
  7. Test reset serializer:
  8. obj.to_string(reset)=0.5
  9. obj.to_string(default format)=0.52381
  10. obj.to_string(with global format)=x0.524y
  11. obj.to_string(with thread format)=T0.52X
  12. obj.to_string(long thread format)=Ttttttttttttt0.52xxxxxxxxxxxxxxxxxxX
  13. obj.to_string(back to global format)=x0.524y
  14. obj.to_string(back to default format)=0.52381