Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7.2
Description
The documentation about the data types for the Batch Python API is outdated.
env.register_custom_type(MyObj, MySerializer(), MyDeserializer())
should be :
env.register_type(MyObj, MySerializer(), MyDeserializer())
Attachments
Issue Links
- links to