Skip to content

Commit e20eb4d

Browse files
committed
Docs: Object deserialzation - refer to the options and examples therein.
1 parent 6bca3aa commit e20eb4d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/Usage/Deserializing.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,16 @@ If you always want to use dictionaries, you can set `UseLists` to [`ListOptions.
106106

107107
## Deserializing Objects
108108

109-
**TODO**
109+
This highly depends on the settings. Please refer to:
110+
111+
- [`StdClass`](../Options/PhpDeserializationOptions.md#StdClass).
112+
- [`EnableTypeLookup`](../Options/PhpDeserializationOptions.md#EnableTypeLookup).
113+
114+
And to an extend also:
115+
116+
- [`AllowExcessKeys`](../Options/PhpDeserializationOptions.md#EnableTypeLookup).
117+
118+
The default is that type lookup is enabled and `stdClass` will be deserialized into [`PhpObjectDictionary`](../Types/PhpObjectDictionary.md).
110119

111120
## Explicetly typed
112121

0 commit comments

Comments
 (0)