We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaa1ce commit bcb17d4Copy full SHA for bcb17d4
CHANGELOG.md
@@ -11,6 +11,8 @@
11
## Features
12
- Added `PhpSerialization.DeserializeUtf8(ReadOnlySpan<byte>)` overloads for cases in which consumers directly work with
13
UTF8 inputs and can skip the re-encoding.
14
+- Added `PhpSerializationFilter` attribute base class, allowing customization of class and struct member serialization.
15
+ See the `PhpSerializationFilterTest` for an example. See also [Issue #33](https://github.com/StringEpsilon/PhpSerializerNET/issues/33).
16
17
## Regular changes
18
- Integers and doubles without a value now give a better error message (`i:;` and `d:;`).
0 commit comments