0.5.0 - Now with Objects!
0.5.0
BREAKING
- Renamed the static class
PhpSerializer
toPhpSerialization
Other changes:
- Added support for object de/serialization (
O:4:"name":n:{...}
). - Added
[PhpClass()]
attribute. - Added
StdClass
andEnableTypeLookup
to deserialization options - Added options for
PhpSerialization.Serialize()
.ThrowOnCircularReferences
- whether or not to throw on circular references, defaults to false (this might change in the future.)
- Updated and adjusted some of the XML documentation.