Releases: StringEpsilon/PhpSerializerNET
Releases · StringEpsilon/PhpSerializerNET
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.
0.4.0
- Support for structs.
- Fixed performance drop due to over-checking the input string.
- Refactored deserializer to work in less steps and with cleaner code.
- Slight tweaks of some error messages.