|
@@ -61,6 +61,10 @@ objects such as links.
|
|
|
|
|
|
serializer.pre_deserialize
|
|
serializer.pre_deserialize
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
+
|
|
|
|
+.. versionadded : 0.12
|
|
|
|
+ Event was added
|
|
|
|
+
|
|
This is dispatched before an object is deserialized. You can use this to
|
|
This is dispatched before an object is deserialized. You can use this to
|
|
modify submitted data, or modify the type that is being used for deserialization.
|
|
modify submitted data, or modify the type that is being used for deserialization.
|
|
|
|
|