I have updated the RFC with a new section showing the updates Sent from my iPhone
> On 13 Jul 2015, at 20:47, Benjamin Eberlei <kont...@beberlei.de> wrote: > > On Mon, Jul 13, 2015 at 3:22 PM, Dean Eigenmann <dean.eigenm...@icloud.com> > wrote: > >> Ive just opened a new RFC https://wiki.php.net/rfc/jsonserializable regarding >> Json to Object unserialization. > > The approach with typecasting will not work, because the function > json_decode doesn't have that information. > > Instead something like the JMS Serializer api is probably necessary: $user > = json_decode($data, 'User'); > > I agree with Guilherme that we need a second interface for this, especially > because changing the existing one would be a BC break. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php