0.5.0 - Now with Objects!
0.5.0
BREAKING
- Renamed the static class
PhpSerializertoPhpSerialization
Other changes:
- Added support for object de/serialization (
O:4:"name":n:{...}). - Added
[PhpClass()]attribute. - Added
StdClassandEnableTypeLookupto 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.