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 default serializer:
- obj.to_string(standard)=0.5
- Test default serializer with custom userdata:
- obj.to_string(userdata)=0.5
- Test explicit serializer with custom userdata:
- obj.to_string(custom)=test
- Test reset serializer:
- obj.to_string(reset)=0.5
|