We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c4d0c commit 7e86407Copy full SHA for 7e86407
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Future:
2
+
3
+- Allow more (valid) characters in object class names.
4
+- Added public interface IPhpObject
5
+- Added public class PhpObjectDictionary (implementing IPhpObject).
6
+- Added public class PhpDynamicObject (implementing IPhpObject)
7
8
+With IPhpObjects, you can get the class name specified in the serialized data via `GetClassName()`.
9
10
# 0.5.1
11
12
- Fixed misleading exception message on malformed objects.
0 commit comments