File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 551. Determine if the data is of the correct type.
662. Deserialize the data into a python object.
77
8- This is used to deserialize JSON data for PyMC-Marketing.
9-
108Examples
119--------
12- Make use of the already registered PyMC-Marketing deserializers:
10+ Make use of the already registered deserializers:
1311
1412.. code-block:: python
1513
@@ -183,10 +181,6 @@ def register_deserialization(is_type: IsType, deserialize: Deserialize) -> None:
183181 Use the :func:`deserialize` function to then deserialize data using all registered
184182 deserialize functions.
185183
186- Classes from PyMC-Marketing have their deserialization mappings registered
187- automatically. However, custom classes will need to be registered manually
188- using this function before they can be deserialized.
189-
190184 Parameters
191185 ----------
192186 is_type : Callable[[Any], bool]
You can’t perform that action at this time.
0 commit comments