You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# 1.0
2
2
3
3
**Deserialization:**
4
+
- Added `string Serialize(object? input, PhpSerializiationOptions? options = null)` to `PhpSerialization` so the target type can be specified at run time.
5
+
-`PhpSerialization` (entry point of the library) is now null reference aware, aiding library consumers in caching `NullReferenceException`.
4
6
- Bugfix: "INF" and "-INF" would not be handled correctly when using explicit typing (`Deserialize<T>`) for some target types.
5
7
- Bugfix: Properly set classname when deserializing with explicit types that implement IPhpObject.
6
8
- Performance tweaks:
7
9
- Minor improvements on memory use during deserialization.
8
-
- Improved performance for deserializing Double and Integer values with explicit types.
10
+
- Improved performance for deserializing Double and Integer values with explicit types.
9
11
10
12
**General:**
11
13
* Bugfix: `PhpSerialization.ClearTypeCache()` was not exposed.
0 commit comments