diff --git a/README.md b/README.md index a3682afdfe15ead4f262ffb2a3333ce9fb013818..a73b9c057657c4690a239f5afd13f0bc8979980e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# Not serializable +# Classes should not be serializable by default! As every object should be `final` as default. It should NOT be serializable as default. -Unfortunately reality in PHP is different. +Unfortunately in PHP every object is serializable, until you say otherwise. If you want to make your classes NOT-serializable, you must explicitly state that. +This package makes this one-liner for you. # Usage